ExtName property (ILTFileFormatInfo)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BSTR ExtName

Overview

Refer to Handling the Results of the Recognition Process

Remarks

(Read only) Gets the character string that contains the default extension for the final output document.

This property is updated with the current value when the GetFileFormatInfo method is called.

The FileFormatInfo property is a pointer to an ILTFileFormatInfo object that accesses properties that are updated with the file format information. This information includes the name of the output text format (FormatName property), the default extension for the document (ExtName property), the type of document to output (Type property) and the name of the converter DLL (DLLName property). These ILTFileFormatInfo properties are read only, so they can only be used to get information about a file format. They cannot be used to change the file format information.

See Also

Elements:

FormatName property, Type property, DLLName property, EnumOutputFileFormats event, FileFormatInfo property, GetFileFormatInfo method, GetOutputFileFormats method

Topics:

Quick Reference OCR: Handling the Results of the Recognition Process