This class represents the 3D background dictionary. This is definitively detailed in:.

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

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

A 3D background dictionary specifies the background appearance behind a 3D model in a viewport. The background may be a solid colour, a transparent region, or an image.

The CS entry names the colour space used to specify the background colour: SC for solid colour, or No for no colour (transparent). The C entry holds the colour value as an array of components in the named colour space.

The EA entry, when true, causes the background to be rendered as the environment for the 3D scene, affecting reflections and ambient lighting in the model.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.D3DBackgroundElement

 

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

 

   
   
Property
Description
EntryType Represents the "Type" entry of the 3d background dictionary object.
EntrySubtype Represents the "Subtype" entry of the 3d background dictionary object.
EntryCS Represents the "CS" entry of the 3d background dictionary object.
EntryC Represents the "C" entry of the 3d background dictionary object.
EntryEA Represents the "EA" entry of the 3d background dictionary object.
inherited properties...