Validation pane properties

A validation pane can be accessed directly or via the validation form and has the following customizable properties:

Buttons

Returns the collection of all buttons defined for the validation form, the tabs or groups. The button collection of the validation form object contains all buttons independent from their location whereas the button collection for a tab contains only those buttons that are located on a specified tab and similarly for validation pane and group. You can customize the properties of a specific button.

FieldLabels

Returns the collection of all field labels defined for the validation form or pane, the tabs or groups. The field label collection of the validation form object contains all field labels independent from their location whereas the field label collection for a tab contains only those field labels that are located on a specified tab and similarly for validation pane and group. You can customize the properties of a specific field label.

Fields

Returns the collection of all extraction fields defined for the validation form or pane, the tabs or groups. The field collection of the validation form object contains all fields independent from their location whereas the field collection for a tab contains only those fields that are located on a specified tab and similarly for validation pane and group. You can customize the properties of a specific field.

FolderClassName

Returns the name of the folder class the document belongs to.

Groups

Returns the collection of all groups defined on the validation form or tab. The group collection of the validation form object contains all groups independent from their location whereas the group collection for a tab contains only those groups that are located on a specified tab and similarly for validation pane. You can customize the properties of a specific group.

Labels

Returns the collection of all labels defined on the validation form, validation pane, tabs or groups. The label collection of the validation form object contains all labels independent from their location whereas the label collection for a tab contains only those labels that are located on a specified tab and similarly for validation pane and group. You can customize the properties of a specific label.

ValidationForm

Returns the ValidationForm object that contains the document data during validation runtime.