Skip to content

PDF3DRenderMode

Namespace: O2S.Components.PDF4NET.Annotations

Defines the style in which the 3D artwork is rendered.

public class PDF3DRenderMode

Inheritance ObjectPDF3DRenderMode

Constructors

PDF3DRenderMode()

Initializes a new PDF3DRenderMode object.

public PDF3DRenderMode()

Properties

AuxiliaryColor

Gets or sets the auxiliary color.

public PDFRgbColor AuxiliaryColor { get; set; }

Property Value

PDFRgbColor
A PDFRgbColor that represents the auxiliary color to be used when rendering the 3D image.


CreaseValue

Gets or sets the crease value.

public double CreaseValue { get; set; }

Property Value

Double
A number specifying the angle, in degrees,to be used as the crease value to be used when determining silhouette edges.


FaceColor

Gets or sets the face color.

public PDFRgbColor FaceColor { get; set; }

Property Value

PDFRgbColor
A PDFRgbColor that represents the face color to be used when rendering the 3D image.


Mode

Gets or sets the rendering mode.

public PDF3DRenderModeType Mode { get; set; }

Property Value

PDF3DRenderModeType
A PDF3DRenderModeType that represents the mode to be used when rendering the 3D image.


Opacity

Gets or sets the opacity.

public double Opacity { get; set; }

Property Value

Double
A number specifying the opacity of the added transparency applied by some render modes, using a standard additive blend.