Table of Contents

Enum Pdf3dProjectionPerspectiveBinding

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

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.

public enum Pdf3dProjectionPerspectiveBinding

Fields

Height = 1

The diameter will be set to the height of the annotation's 3D view box.

Max = 3

The diameter will be set to the maximum of width and height of the annotation's 3D view box.

Min = 2

The diameter will be set to the minimum of width and height of the annotation's 3D view box.

Width = 0

The diameter will be set to the width of the annotation's 3D view box.