Aspose::Pdf::Annotations::PDF3DRenderMode class
Contents
[
Hide
]PDF3DRenderMode class
Class PDF3DRenderMode.
class PDF3DRenderMode : public System::Object
Methods
Method | Description |
---|---|
get_Type() const | Gets the type. |
GetAuxiliaryColour() | Gets the auxiliary colour. |
GetCreaseValue() | Gets the crease value. |
GetFaceColor() | Gets the color of the face. |
GetOpacity() | Gets the opacity. |
PDF3DRenderMode(RenderModeType) | Initializes a new instance of the PDF3DRenderMode class. |
PDF3DRenderMode(System::String) | Initializes a new instance of the PDF3DRenderMode class. |
SetAuxiliaryColour(System::SharedPtr<Color>) | Sets the auxiliary colour. |
SetCreaseValue(double) | Sets the crease value. |
SetFaceColor(System::SharedPtr<Color>) | Sets the color of the face. |
SetOpacity(double) | Sets the opacity. |
Fields
Field | Description |
---|---|
static BoundingBox | The “BoundingBox” render mode. |
static Illustration | The “Illustration” render mode. |
static ShadedIllustration | The “ShadedIllustration” render mode. |
static ShadedVertices | The “ShadedVertices” render mode. |
static ShadedWireframe | The “ShadedWireFrame” render mode. |
static Solid | The “Solid” render mode. |
static SolidOutline | The “SolidOutline” render mode. |
static SolidWireframe | The “SolidWireFrame” render mode. |
static Transparent | The “Transparent” render mode. |
static TransparentBoundingBox | The “TransparentBoundingBox” render mode. |
static TransparentBoundingBoxOutline | The “TransparentBoundingBoxOutline” render mode. |
static TransparentWareFrame | The “TransparentWareFrame” render mode. |
static Vertices | The “Vertices” render mode. |
static Wireframe | The “WireFrame” render mode. |
See Also
- Class Object
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++