Find Method of the Categories Object
Finds a category in the collection by the label.
Syntax
HRESULT Find(
BSTR Description,
int* Result
);
Parameters
- Description
- [in] The category label.
- Result
- [out, retval] An integer variable which receives the index of the Category object with the specified label. The method returns null if none of the categories fit.
Return values
The method returns the standard return values of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM