Description
Read-only. Returns the OCR engine-assigned line number for the given Keyword object. This can be useful when trying to determine if the engine thought that two tokens were on the same printed line. The OCR engine starts at the top of the page with line number one and consecutively numbers the lines as it moves down the page.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application
Syntax
object.LineNumber
Parameters
Object is a reference to the Keyword object. For more information, see Keyword Object (page Keyword Object).
LineNumber is the command.
Example