CheckRules Method of the Document Object
This method allows you to check all rules imposed on data in the specified field. The rules are checked automatically after recognition, so there is no need to call this method manually immediately after recognition. You should call the method, if you have changed something in the document, e.g. correct the value of some field.
Syntax
Visual Basic .NET
Sub CheckRules(ModifiedField As Field)
C++
HRESULT CheckRules( IField* ModifiedField );
Parameters
- ModifiedField
- [in] This variable refers to the Field object corresponding to the document field in which rules are to be checked.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30