[]
Defines properties of AcroForm within PDF document.
get calculationOrder(): Field[];
Gets or sets an array of fields that are recalculated each time when the value of any field is changed. The property value is calculated each time when it is requested on the base of Field#calculationIndex property of fields in the fields collection. Setting the property updates the Field#calculationIndex property.
Field[]
set calculationOrder(value): void;
Gets or sets an array of fields that are recalculated each time when the value of any field is changed. The property value is calculated each time when it is requested on the base of Field#calculationIndex property of fields in the fields collection. Setting the property updates the Field#calculationIndex property.
(string | Field)[]
void
get doc(): PdfDocument;
Gets the PdfDocument object owning this object.
get fields(): FieldCollection;
Gets the FieldCollection collection containing document fields.
get id(): number;
Gets the reference to the object.
number
get om(): ObjectManager;
Gets the owner ObjectManager instance.
free(): void;
Detaches the object from the ObjectManager and deallocates its memory, if possible.
void
rebind(omTo): void;
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
void