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

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 299, page 514.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 310, page 642.

Adobe Supplement to the ISO 32000, BaseVersion: 1.7, ExtensionLevel: 3; Table: 9.34, page 56.

A 3D activation dictionary controls how and when a 3D annotation becomes active and interactive. Activation determines when the 3D runtime begins rendering the model and responding to user interaction.

The A entry names the activation event: XA (explicit activation by a 3D JavaScript action), PO (page open), or PV (page visible). The AIS entry names the initial state when activated: I for instantiated (model loaded but not displayed) or L for live (model displayed and interactive).

The D entry names the deactivation event: XD (explicit deactivation), PC (page close), or PI (page invisible). The DIS entry names the state after deactivation: U for uninstantiated or I for instantiated.

The TB entry, when true, causes a toolbar to be displayed when the annotation is active. The NP entry, when true, prevents the 3D content from drawing to the screen after activation.

The Style entry names the rendering style for the activation. The Window entry controls the window type used for display. The Transparent entry, when true, causes the annotation background to be transparent.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.D3DActivationElement

 

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

 

   
   
Property
Description
EntryA Represents the "A" entry of the 3d activation dictionary object.
EntryAIS Represents the "AIS" entry of the 3d activation dictionary object.
EntryD Represents the "D" entry of the 3d activation dictionary object.
EntryDIS Represents the "DIS" entry of the 3d activation dictionary object.
EntryTB Represents the "TB" entry of the 3d activation dictionary object.
EntryNP Represents the "NP" entry of the 3d activation dictionary object.
EntryStyle Represents the "Style" entry of the 3d activation dictionary object.
EntryWindow Represents the "Window" entry of the 3d activation dictionary object.
EntryTransparent Represents the "Transparent" entry of the 3d activation dictionary object.
inherited properties...