Pdf3dProjectionOrthographicBinding Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > Pdf3dProjectionOrthographicBinding Enumeration
Specifies the strategy for orthographic binding (scaling to fit) the near plane's X and Y coordinates onto the 3D annotation's target coordinate system.

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

Syntax

C#
public enum Pdf3dProjectionOrthographicBinding
VB
Public Enumeration Pdf3dProjectionOrthographicBinding

Members

  Member nameValueDescription
Absolute0 No scaling should occur due to binding.
Width1 Scale to fit the width of the 3D annotation.
Height2 Scale to fit the height of the 3D annotation.
Min3 Scale to fit the lesser of width or height of the 3D annotation.
Max4 Scale to fit the greater of width or height of the 3D annotation.

See Also