Aspose::Pdf::Annotations::PDF3DRenderMode class

PDF3DRenderMode class

Class PDF3DRenderMode.

class PDF3DRenderMode : public System::Object

Methods

MethodDescription
get_Type() constGets 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

FieldDescription
static BoundingBoxThe “BoundingBox” render mode.
static IllustrationThe “Illustration” render mode.
static ShadedIllustrationThe “ShadedIllustration” render mode.
static ShadedVerticesThe “ShadedVertices” render mode.
static ShadedWireframeThe “ShadedWireFrame” render mode.
static SolidThe “Solid” render mode.
static SolidOutlineThe “SolidOutline” render mode.
static SolidWireframeThe “SolidWireFrame” render mode.
static TransparentThe “Transparent” render mode.
static TransparentBoundingBoxThe “TransparentBoundingBox” render mode.
static TransparentBoundingBoxOutlineThe “TransparentBoundingBoxOutline” render mode.
static TransparentWareFrameThe “TransparentWareFrame” render mode.
static VerticesThe “Vertices” render mode.
static WireframeThe “WireFrame” render mode.

See Also