DsPdfJS API - v9.1.0
    Preparing search index...

    Class AcroForm

    Defines properties of AcroForm within PDF document.

    Hierarchy (View Summary)

    Index

    Accessors

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

      Returns Field[]

    • set calculationOrder(value: (string | Field)[] | null): 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.

      Parameters

      • value: (string | Field)[] | null

      Returns void

    • get id(): number

      Gets the reference to the object.

      Returns number

    Methods

    • Detaches the object from the ObjectManager and deallocates its memory, if possible.

      Returns void