Specifies the available clipping style of the 3D annotation.

Namespace: Spire.Pdf.Annotations
Assembly: 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

MemberValueDescription
ExplicitNearFar0
Represents the Clipping style.
AutomaticNearFar1
Represents the Clipping style.

See Also