Specifies the available projection type 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 Pdf3DProjectionType
Public Enumeration Pdf3DProjectionType
public enum class Pdf3DProjectionType
type Pdf3DProjectionType
Members
Member | Value | Description |
---|---|---|
Orthographic | 0 |
Represents Orthographic projection
|
Perspective | 1 |
Represents Perspective projection.
|