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