LoadDictionary Method

Example-VB

Loads a user-defined dictionary for the OCR server to use.

Available With

Ö Imaging for Windows Professional Edition V1.0, V1.1, and V2.0
Imaging for Windows 95 and 98
Imaging for Windows NT 4.0

Applies To

Image OCR control

Syntax

object.LoadDictionary(DictionaryFile)

Arguments

Parameter Data Type Description

DictionaryFile String (Optional) The name of a dictionary

Return Value

Boolean

The return value indicates if a dictionary was loaded.

Setting Description

True The dictionary specified was loaded.
False The dictionary was not loaded.

Remarks

If you want to use a dictionary, this method must be called before the StartOcr method is called.

If a dictionary is specified, it is loaded.