This class represents the fdf javascript dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 245, page 461.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 248, page 558.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.FDFJavaScriptElement

An FDF JavaScript dictionary carries scripts to execute when FDF data is imported. The Before and After scripts run before and after import. The AfterPermsReady script runs after permission infrastructure is initialised. The Doc entry adds named scripts to the target PDF's JavaScript name tree.

 

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

 

   
   
Property
Description
EntryBefore Represents the "Before" entry of the fdf javascript dictionary object.
EntryAfter Represents the "After" entry of the fdf javascript dictionary object.
EntryAfterPermsReady Represents the "AfterPermsReady" entry of the fdf javascript dictionary object.
EntryDoc Represents the "Doc" entry of the fdf javascript dictionary object.
inherited properties...