Find Method of the OfficeConverters Object
This method returns the index of the specified office converter in the collection.
Syntax
C++
HRESULT Find(
  OfficeConverterTypeEnum Value,
  int*                    Result
);
    
  C#
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
9/17/2024 3:14:41 PM