Pdf3DProjection Constructor (Pdf3DProjectionType)
|
Initializes a new instance of theclass.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Pdf3DProjection(
Pdf3DProjectionType type
)
Public Sub New (
type As Pdf3DProjectionType
)
public:
Pdf3DProjection(
Pdf3DProjectionType type
)
new :
type : Pdf3DProjectionType -> Pdf3DProjection
Parameters
-
type
-
Type:
Spire.Pdf.Annotations
Pdf3DProjectionType
The Pdf3D Projection Type.
See Also