Property OrthographicScaling
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
OrthographicScaling
Gets or sets the orthographic scale factor to apply when projecting onto the annotation's target coordinate system. Meaningful only for orthographic projections (when Type is Orthographic).
public double OrthographicScaling { get; set; }
Property Value
- double
A positive number that specifies the scale factor to be applied to both the X and Y coordinates when projecting onto the annotation's target coordinate system (the Z coordinate is discarded).
Remarks
Default value: 1
.
Unlike perspective projections, OrthographicScaling and OrthographicBinding properties are applied together.