Property PerspectiveBinding
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
PerspectiveBinding
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).
public Pdf3dProjectionPerspectiveBinding? PerspectiveBinding { get; set; }
Property Value
- 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.