This class represents the render mode dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 307, page 527.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 318, page 659.

A render mode dictionary specifies how the surfaces of a 3D model are rendered. Different render modes reveal different aspects of the model, from photorealistic shading to wireframe outlines.

The AC entry names the auxiliary colour applied to edges, vertices, or backfaces depending on the render mode. The FC entry names the face colour mode, controlling how face colours are determined.

The O entry specifies the opacity of the model surfaces. The CV entry holds the colour value used for certain render modes such as solid or transparent solid that require a uniform colour.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.RenderModeElement

 

   
   
Method
Description
RenderModeElement Create a new RenderModeElement.
inherited methods...

 

   
   
Property
Description
EntryType Represents the "Type" entry of the render mode dictionary object.
EntrySubtype Represents the "Subtype" entry of the render mode dictionary object.
EntryAC Represents the "AC" entry of the render mode dictionary object.
EntryFC Represents the "FC" entry of the render mode dictionary object.
EntryO Represents the "O" entry of the render mode dictionary object.
EntryCV Represents the "CV" entry of the render mode dictionary object.
inherited properties...