Skip to main content
An array of objects used to represent fields detected in the document during previous document processing steps.
MethodsDescription
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.