PDF3DView.PDF3DView
Contents
[
Hide
]PDF3DView(Document, Matrix3D, double, string)
Initializes a new instance of the PDF3DView
class.
public PDF3DView(Document doc, Matrix3D cameraPosition, double cameraOrbit, string viewName)
Parameter | Type | Description |
---|---|---|
doc | Document | The document. |
cameraPosition | Matrix3D | The camera position. |
cameraOrbit | Double | The camera orbit. |
viewName | String | Name of the view. |
See Also
- class Document
- class Matrix3D
- class PDF3DView
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
PDF3DView(Document, PDF3DView, string)
Initializes a new instance of the PDF3DView
class.
public PDF3DView(Document doc, PDF3DView view, string viewName)
Parameter | Type | Description |
---|---|---|
doc | Document | The document. |
view | PDF3DView | The view. |
viewName | String | Name of the view. |
See Also
- class Document
- class PDF3DView
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF