ValidatorError Object (IValidatorError Interface)
This object specifies the error position on the page. An error is an uncertainly recognized character, uncertainly recognized word or garbage.
Properties
Name | Type | Description |
---|---|---|
ErrorPosition | EditorPosition, read-only | Stores the cursor position of the first character of the error. |
ErrorLength | int, read-only | Stores the length of the error. |
ErrorRectangle | FRRectangle, read-only | Stores the coordinates of the error rectangle in pixels. The coordinates are relative to the document image. |
See also
9/17/2024 3:14:41 PM