This object provides functionalities for working with forms and form fields.
TXDocumentViewer.Forms
Form Event | Description |
---|---|
Events | The type of event for forms and form fields. |
Method | Description |
---|---|
add |
Appends an event listener for a type of events. |
get |
Returns an array of all contained form fields with it's values completed by the user. |
remove |
Appends an event listener for a type of events. |
show |
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. |