Class PDF3DRenderMode

PDF3DRenderMode class

Class PDF3DRenderMode.

public class PDF3DRenderMode

Constructors

NameDescription
PDF3DRenderMode(RenderModeType)Initializes a new instance of the PDF3DRenderMode class.
PDF3DRenderMode(string)Initializes a new instance of the PDF3DRenderMode class.

Properties

NameDescription
Type { get; }Gets the type.

Methods

NameDescription
GetAuxiliaryColour()Gets the auxiliary colour.
GetCreaseValue()Gets the crease value.
GetFaceColor()Gets the color of the face.
GetOpacity()Gets the opacity.
SetAuxiliaryColour(Color)Sets the auxiliary colour.
SetCreaseValue(double)Sets the crease value.
SetFaceColor(Color)Sets the color of the face.
SetOpacity(double)Sets the opacity.

Fields

NameDescription
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