This method is implemented in FRE for Linux and Windows.
This method returns the index of the specified office converter in the collection.
Syntax
C++
HRESULT Find(
OfficeConverterTypeEnum Value,
int* Result
);
int Find( OfficeConverterTypeEnum Value );
Visual Basic .NET
Function Find(Value As OfficeConverterTypeEnum) As Integer
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
OfficeConverters