Find Method of the OfficeConverters Object
This method returns the index of the specified office converter in the collection.
Syntax
HRESULT Find(
OfficeConverterTypeEnum Value,
int* Result
);
Parameters
- Value
- [in] The OfficeConverterTypeEnum variable which specifies the converter that is to be found.
- Result
- [out, retval] A pointer to int variable that receives the index of the specified converter in the collection. The method returns -1 if the converter is not present.
Return values
The method returns the standard return values of ABBYY FineReader Engine functions.
See also
03.07.2024 8:50:25