GetFileFormatInfo method (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short GetFileFormatInfo (FORMATTYPE Format);

Overview

Refer to Handling the Results of the Recognition Process

Remarks

Gets detailed information about the specified output format.

The GetOutputFileFormats method enumerates all output file formats supported by the engine. For each format enumerated by the GetOutputFileFormats 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, SaveDocument method, GetOutputFileFormats method, SpecialRejectedCharacter property, SpecialMissingSymbol property, GetRecognizedCharacters method, SetRecognizedCharacters method.

Topics:

Quick Reference OCR: Handling the Results of the Recognition Process