This class represents the interactive form dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 218, page 431.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 224, page 525.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.InteractiveFormElement

An interactive form dictionary (AcroForm) is the root of a document's interactive form structure. It lists all top-level fields and supplies document-wide defaults for appearance and submission behaviour.

The Fields array lists only top-level fields; child fields are accessed through each field's Kids array. The CO array specifies the calculation order. The DR dictionary holds default resources for rendering field appearances.

The NeedAppearances flag delegates appearance generation to the viewer. SigFlags records signature-related properties. The XFA entry holds XFA form data for forms built with XML Forms Architecture.

 

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

 

   
   
Property
Description
EntryFields Represents the "Fields" entry of the interactive form dictionary object.
EntryNeedAppearances Represents the "NeedAppearances" entry of the interactive form dictionary object.
EntrySigFlags Represents the "SigFlags" entry of the interactive form dictionary object.
EntryCO Represents the "CO" entry of the interactive form dictionary object.
EntryDR Represents the "DR" entry of the interactive form dictionary object.
EntryDA Represents the "DA" entry of the interactive form dictionary object.
EntryQ Represents the "Q" entry of the interactive form dictionary object.
EntryXFA Represents the "XFA" entry of the interactive form dictionary object.
inherited properties...