Pdf3DProjection
FarClipDistance Property
|
Gets or sets the far clipping distance.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float FarClipDistance { get; set; }
Public Property FarClipDistance As Single
Get
Set
public:
property float FarClipDistance {
float get ();
void set (float value);
}
member FarClipDistance : float32 with get, set
Property Value
Type:
Single
See Also