Pdf3dProjection Properties

The Pdf3dProjection type exposes the following members.

Properties

  NameDescription
Public propertyFieldOfView
Gets or sets the field of view of the virtual camera. Meaningful only for perspective projections (when Type is Perspective).
Public propertyOrthographicBinding
(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).
Public propertyOrthographicScaling
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 propertyPerspectiveBinding
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 propertyPerspectiveScaling
Gets or sets 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 propertyType
Gets or sets the type of this projection.

See Also