Namespace: BitMiracle.Docotic.Pdf
public enum Pdf3dProjectionOrthographicBinding
Public Enumeration Pdf3dProjectionOrthographicBinding
Member name | Value | Description | |
---|---|---|---|
Absolute | 0 | No scaling should occur due to binding. | |
Width | 1 | Scale to fit the width of the 3D annotation. | |
Height | 2 | Scale to fit the height of the 3D annotation. | |
Min | 3 | Scale to fit the lesser of width or height of the 3D annotation. | |
Max | 4 | Scale to fit the greater of width or height of the 3D annotation. |