PDF3DView
Overview
PDF3DView is a class in Aspose.PDF FOSS for .NET.
Camera + render-state snapshot of a 3D artwork.
This class provides 2 methods for working with PDF3DView objects in .NET programs.
Available methods include: PDF3DView.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: BackGroundColor, CameraOrbit, CameraPosition, CrossSectionsArray, LightingScheme, RenderMode, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
BackGroundColor | Color | Read/Write | Gets or sets the back ground color. |
CameraOrbit | double | Read/Write | Gets or sets the camera orbit. |
CameraPosition | Matrix3D? | Read/Write | Gets or sets the camera position. |
CrossSectionsArray | PDF3DCrossSectionArray | Read | Gets the cross sections array. |
LightingScheme | PDF3DLightingScheme? | Read/Write | Gets or sets the lighting scheme. |
RenderMode | PDF3DRenderMode? | Read/Write | Gets or sets the render mode. |
ViewName | string | Read/Write | Gets or sets the view name. |
Methods
| Signature | Description |
|---|---|
PDF3DView(doc: Document, view: PDF3DView, viewName: string) | Calls PDF3DView on this PDF3DView instance. |
PDF3DView(doc: Document, cameraPosition: Matrix3D, cameraOrbit: double, viewName: string) |