GetOutputFileFormats method (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short GetOutputFileFormats ();

Overview

Refer to Handling the Results of the Recognition Process

Remarks

Enumerates all available output file formats in the OCR engine.

For each format enumerated by this method an EnumOutputFileFormats event is generated. Within the EnumOUtputFileFormats event the user can call the GetFileFormatInfo method to update the FileFormatInfo property with information about the enumerated file format.

See Also

Elements:

GetStatus method, Recognize method, SetRecognitionResultOptions method, GetRecognitionResultOptions method, SaveResultsToMemory method, GetFileFormatInfo method, SaveDocument method, SpecialRejectedCharacter property, SpecialMissingSymbol property, GetRecognizedCharacters method, SetRecognizedCharacters method.

Topics:

Quick Reference OCR: Handling the Results of the Recognition Process