FindAllObjects(PageNo As Integer) As DocContent

Application object (Manager, Scan, Interpret, Verify)

Example

This method finds all word, box, and line objects on the current form. It returns a DocContent object that can be processed further.

A document content object consists of word, line, and image objects— that is, all objects found on an image (Form). The word objects can be interpreted and be filled with FieldChar objects.

Use PageNo = 0 for the front page and 1 for the back page.

Note: This method is only for advanced users of the Classic API.

FindObjects

Methods for the Application object for use with the Manager

Methods for the Application object for use with Scan

Methods for the Application object for use with Interpret

Methods for the Application object for use with Verify