PDF3DView
Overview
PDF3DView is a class in Aspose.PDF FOSS for Python.
Lightweight description of a saved 3D view.
Properties: ctm, lighting_scheme, name, render_mode.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read/Write | Gets or sets the name. |
render_mode | PDF3DRenderMode | Read/Write | Gets or sets the render mode. |
lighting_scheme | PDF3DLightingScheme | Read/Write | Gets or sets the lighting scheme. |
ctm | Matrix3D | None | Read/Write | Gets or sets the ctm. |