This object provides functionalities for working with forms and form fields.

Syntax

TXDocumentViewer.Forms

Form Events

Form Event Description
Events The type of event for forms and form fields.

Methods

Method Description
addEventListener Appends an event listener for a type of events.
getValues Returns an array of all contained form fields with it's values completed by the user.
removeEventListener Appends an event listener for a type of events.
showFormsBar Gets or sets whether to show an information bar that informs the user that a document contains fillable forms.
validate Validates the form fields and returns true, in case all required fields are completed and false, in case fields are missing.