Table of Contents

Enum Pdf3dProjectionOrthographicBinding

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

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.

public enum Pdf3dProjectionOrthographicBinding

Fields

Absolute = 0

No scaling should occur due to binding.

Height = 2

Scale to fit the height of the 3D annotation.

Max = 4

Scale to fit the greater of width or height of the 3D annotation.

Min = 3

Scale to fit the lesser of width or height of the 3D annotation.

Width = 1

Scale to fit the width of the 3D annotation.