Pdf3dProjection.OrthographicBinding Property

(PDF 1.7) Gets or sets the binding of the near plane's X and Y coordinates 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 Pdf3dProjectionOrthographicBinding OrthographicBinding { get; set; }
VB
Public Property OrthographicBinding As Pdf3dProjectionOrthographicBinding
	Get
	Set

Property Value

Type: Pdf3dProjectionOrthographicBinding
A binding of the near plane's X and Y coordinates onto the annotation's target coordinate system.

Remarks

Default value: Absolute.

Unlike perspective projections, OrthographicScaling and OrthographicBinding properties are applied together.

See Also