FileFormatInfo property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

ILTFileFormatInfo * FileFormatInfo

Overview

Refer to Handling the Results of the Recognition Process

Remarks

(Read only) Gets a pointer to an ILTFileFormatInfo object that contains information on a supported file format.

The properties of this ILTFileFormatInfo object are updated by the GetFileFormatInfo method.

The GetOutputFileFormats method enumerates all available output file formats for the engine. For each format enumerated an EnumOutputFileFormats event is generated. Within this event the GetFileFormatInfo method can be called for each enumerated file format and the file format information updated in the FileFormatInfo property.

Since the ILTFileFormatInfo properties accessed by this property are read only, they can only be used to get information about the file format. They cannot be used to change the file format information.

See Also

Elements:

GetOutputFileFormats method, EnumOutputFileFormats event, GetFileFormatInfo method, DLLName property, ExtName property, FormatName property, Type property, 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