|
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.
|