DLLName property (ILTFileFormatInfo)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BSTR DLLName

Overview

Refer to Handling the Results of the Recognition Process

Remarks

(Read only) Gets the character string that contains the name of the output converter DLL file containing the Name converter.

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, ExtName property, Type property, FileFormatInfo property, GetOutputFileFormats method, GetFileFormatInfo method

Topics:

Quick Reference OCR: Handling the Results of the Recognition Process