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

Namespace: Spire.Pdf.Annotations
Assembly: 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

MemberValueDescription
Width0
Scale to fit the width of the annotation.
Height1
Scale to fit the height of the annotation.
Min2
Scale to fit the lesser of width or height of the annotation.
Max3
Scale to fit the greater of width or height of the annotation.
Absolute4
No scaling should occur due to binding.

See Also