Pdf3DProjection
ProjectionType Property
|
Gets or sets the type of the projection.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Pdf3DProjectionType
See Also