Pdf3dProjection.PerspectiveBinding Property

Gets or sets the binding for the diameter of the circle formed when projecting the 3D artwork onto the annotation's target coordinate system. Meaningful only for perspective projections (when Type is Perspective).

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

Syntax

C#
public Pdf3dProjectionPerspectiveBinding? PerspectiveBinding { get; set; }
VB
Public Property PerspectiveBinding As Pdf3dProjectionPerspectiveBinding?
	Get
	Set

Property Value

Type: Nullable<Pdf3dProjectionPerspectiveBinding>
A binding for the diameter of the circle formed when projecting the 3D artwork onto the annotation's target coordinate system.

Remarks

Default value: null.

This property defines the diameter of the circle formed by the intersection of the near plane and the cone specified by FieldOfView.

NOTE: Changing the value of this property resets the value of PerspectiveScaling property. Unlike orthographic projections, PerspectiveScaling and PerspectiveBinding properties are exclusive.

See Also