PDF3DRenderMode
Overview
PDF3DRenderMode is a class in Aspose.PDF FOSS for .NET.
Render mode applied to a 3D artwork view.
This class provides 10 methods for working with PDF3DRenderMode objects in .NET programs.
Available methods include: GetAuxiliaryColour, GetCreaseValue, GetFaceColor, GetOpacity, PDF3DRenderMode, SetAuxiliaryColour, SetCreaseValue, SetFaceColor, SetOpacity.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: BoundingBox, Illustration, ShadedIllustration, ShadedVertices, ShadedWireframe, Solid, and 9 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Type | RenderModeType | Read | Gets the type. |
Solid | PDF3DRenderMode | Read | Gets the solid. |
SolidWireframe | PDF3DRenderMode | Read | Gets the solid wireframe. |
Transparent | PDF3DRenderMode | Read | Gets the transparent. |
TransparentWareFrame | PDF3DRenderMode | Read | Gets the transparent ware frame. |
BoundingBox | PDF3DRenderMode | Read | Gets the bounding box. |
TransparentBoundingBox | PDF3DRenderMode | Read | Gets the transparent bounding box. |
TransparentBoundingBoxOutline | PDF3DRenderMode | Read | Gets the transparent bounding box outline. |
Wireframe | PDF3DRenderMode | Read | Gets the wireframe. |
ShadedWireframe | PDF3DRenderMode | Read | Gets the shaded wireframe. |
Vertices | PDF3DRenderMode | Read | Gets the vertices. |
ShadedVertices | PDF3DRenderMode | Read | Gets the shaded vertices. |
Illustration | PDF3DRenderMode | Read | Gets the illustration. |
SolidOutline | PDF3DRenderMode | Read | Gets the solid outline. |
ShadedIllustration | PDF3DRenderMode | Read | Gets the shaded illustration. |
Methods
| Signature | Description |
|---|---|
PDF3DRenderMode(subtype: RenderModeType) | Calls PDF3DRenderMode on this PDF3DRenderMode instance. |
PDF3DRenderMode(typeName: string) | |
GetAuxiliaryColour() | Calls GetAuxiliaryColour on this PDF3DRenderMode instance. |
GetCreaseValue() | Calls GetCreaseValue on this PDF3DRenderMode instance. |
GetFaceColor() | Calls GetFaceColor on this PDF3DRenderMode instance. |
GetOpacity() | Calls GetOpacity on this PDF3DRenderMode instance. |
SetAuxiliaryColour(color: Color) | Sets the auxiliary colour value. |
SetCreaseValue(creaseValue: double) | Sets the crease value value. |
SetFaceColor(color: Color) | Sets the face color value. |
SetOpacity(opacity: double) | Sets the opacity value. |