Pdf3dProjectionPerspectiveBinding Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > Pdf3dProjectionPerspectiveBinding Enumeration
Specifies the strategy for perspective binding (scaling to fit) for the diameter of the circle formed when projecting the 3D artwork onto the annotation's target coordinate system.

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

Syntax

C#
public enum Pdf3dProjectionPerspectiveBinding
VB
Public Enumeration Pdf3dProjectionPerspectiveBinding

Members

  Member nameValueDescription
Width0 The diameter will be set to the width of the annotation's 3D view box.
Height1 The diameter will be set to the height of the annotation's 3D view box.
Min2 The diameter will be set to the minimum of width and height of the annotation's 3D view box.
Max3 The diameter will be set to the maximum of width and height of the annotation's 3D view box.

See Also