PDF3DArtwork
Overview
PDF3DArtwork is a class in Aspose.PDF FOSS for .NET.
A 3D artwork dictionary referenced by a PDF 3D annotation.
This class provides 4 methods for working with PDF3DArtwork objects in .NET programs.
Available methods include: GetViewsArray, GetViewsList, PDF3DArtwork.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Content, LightingScheme, RenderMode, ViewArray.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Content | PDF3DContent? | Read/Write | Gets or sets the content. |
LightingScheme | PDF3DLightingScheme? | Read/Write | Gets or sets the lighting scheme. |
RenderMode | PDF3DRenderMode? | Read/Write | Gets or sets the render mode. |
ViewArray | PDF3DViewArray | Read | Gets the view array. |
Methods
| Signature | Description |
|---|---|
PDF3DArtwork(doc: Document, content: PDF3DContent) | Calls PDF3DArtwork on this PDF3DArtwork instance. |
PDF3DArtwork(doc: Document, content: PDF3DContent, lightingScheme: PDF3DLightingScheme, renderMode: PDF3DRenderMode) | |
GetViewsArray() | Calls GetViewsArray on this PDF3DArtwork instance. |
GetViewsList() | Calls GetViewsList on this PDF3DArtwork instance. |