CheckRules Method of the Batch Object
This method checks all rules imposed on data in the specified documents.
Syntax
Visual Basic .NET
Sub CheckRules(DocIds As IntsCollection)
C++
HRESULT CheckRules( IIntsCollection* DocIds );
Parameters
- DocIds
- [in] This parameter refers to the IntsCollection object that contains a set of identifiers of the documents to check rules in. This parameter may be 0, in which case rules are checked in all the documents of the batch.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Remarks
To check rules in a certain document field, use the CheckRules method of the Document object.
See also
8/15/2023 1:19:30 PM