Click or drag to resize

Pdf3DProjectionOrthoScaleMode Enumeration

Specifies the available Ortho projection scaling mode of the 3D annotation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum Pdf3DProjectionOrthoScaleMode
Members
Member name Value Description
Width 0 Scale to fit the width of the annotation.
Height 1 Scale to fit the height of the annotation.
Min 2 Scale to fit the lesser of width or height of the annotation.
Max 3 Scale to fit the greater of width or height of the annotation.
Absolute 4 No scaling should occur due to binding.
See Also