PDF3DRenderMode¶
Namespace: O2S.Components.PDF4NET.Annotations
Defines the style in which the 3D artwork is rendered.
Inheritance Object → PDF3DRenderMode
Constructors¶
PDF3DRenderMode()¶
Initializes a new PDF3DRenderMode object.
Properties¶
AuxiliaryColor¶
Gets or sets the auxiliary color.
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.
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.
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.
Property Value
PDF3DRenderModeType
A PDF3DRenderModeType that represents the mode to be used when rendering the 3D image.
Opacity¶
Gets or sets the opacity.
Property Value
Double
A number specifying the opacity of the added transparency
applied by some render modes, using a standard additive blend.