Pdf3dProjection.OrthographicScaling Property

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).

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double OrthographicScaling { get; set; }
VB
Public Property OrthographicScaling As Double
	Get
	Set

Property Value

Type: 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.

See Also