Pdf3DProjectionClipStyle Enumeration
|
Specifies the available clipping style 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 Pdf3DProjectionClipStyle
Public Enumeration Pdf3DProjectionClipStyle
public enum class Pdf3DProjectionClipStyle
type Pdf3DProjectionClipStyle
Members
|
Member name
|
Value
|
Description
|
|
ExplicitNearFar
|
0
|
Represents the Clipping style.
|
|
AutomaticNearFar
|
1
|
Represents the Clipping style.
|
See Also