| Methods | Description |
|---|---|
Int Count() | Returns the number of fields detected during previous document processing steps. |
InputField GetAt( Int index ) | Returns a field using the array index. |
Logic HasFieldName( String name ) | Checks whether the array contains a field with the specified name. |
InputField GetByName( String name ) | Returns a field using the field name. |
