Gets or sets the type of the projection.

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

Property Value

Pdf3DProjectionType

See Also