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