Specifies the available Ortho projection scaling mode of the 3D annotation.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public enum Pdf3DProjectionOrthoScaleMode
Public Enumeration Pdf3DProjectionOrthoScaleMode
public enum class Pdf3DProjectionOrthoScaleMode
type Pdf3DProjectionOrthoScaleMode
Members
Member | 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.
|