Specifies the available clipping style of the 3D annotation.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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.
|