GetUserDictionarySection method (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BSTR GetUserDictionarySection (long lSize, BOOL bFirst);

Overview

Refer to Working with a Dictionary

Remarks

Returns a string that contains the name of a section in the current user dictionary.

This method gets either the first section in the user dictionary or the next section in the user dictionary, based on the bFirst parameter.

Call this method with the bFirst parameter set to true to get the name of the first section. Then, within a loop, call this method with bFirst set to false to get the name of each remaining section.

See Also

Elements:

DictionaryFileName property, DictionaryState property, SetUserDictionary method, GetUserDictionarySectionItem method, AddItemToUserDictionary method, RemoveItemFromUserDictionary method, DictionaryDefaultSection property, DictionaryItemAttribute property

Topics:

Quick Reference OCR: Working with a Dictionary