PDF3DRenderMode

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

NameTypeAccessDescription
TypeRenderModeTypeReadGets the type.
SolidPDF3DRenderModeReadGets the solid.
SolidWireframePDF3DRenderModeReadGets the solid wireframe.
TransparentPDF3DRenderModeReadGets the transparent.
TransparentWareFramePDF3DRenderModeReadGets the transparent ware frame.
BoundingBoxPDF3DRenderModeReadGets the bounding box.
TransparentBoundingBoxPDF3DRenderModeReadGets the transparent bounding box.
TransparentBoundingBoxOutlinePDF3DRenderModeReadGets the transparent bounding box outline.
WireframePDF3DRenderModeReadGets the wireframe.
ShadedWireframePDF3DRenderModeReadGets the shaded wireframe.
VerticesPDF3DRenderModeReadGets the vertices.
ShadedVerticesPDF3DRenderModeReadGets the shaded vertices.
IllustrationPDF3DRenderModeReadGets the illustration.
SolidOutlinePDF3DRenderModeReadGets the solid outline.
ShadedIllustrationPDF3DRenderModeReadGets the shaded illustration.

Methods

SignatureDescription
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.

See Also