Gets or sets the projection for this view.

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 Pdf3DProjection Projection { get; set; }
Public Property Projection As Pdf3DProjection
	Get
	Set
public:
property Pdf3DProjection^ Projection {
	Pdf3DProjection^ get ();
	void set (Pdf3DProjection^ value);
}
member Projection : Pdf3DProjection with get, set

Property Value

Pdf3DProjection

See Also