Visual Basic (Declaration) | |
---|---|
Public Function GetUserDictionarySectionItem( _ ByVal section As String, _ ByVal firstSection As Boolean _ ) As RasterDocumentUserDictionaryItem |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterDocumentUserDictionaryItem GetUserDictionarySectionItem( string section, bool firstSection ) |
Managed Extensions for C++ | |
---|---|
public: RasterDocumentUserDictionaryItem GetUserDictionarySectionItem( string* section, bool firstSection ) |
C++/CLI | |
---|---|
public: RasterDocumentUserDictionaryItem GetUserDictionarySectionItem( String^ section, bool firstSection ) |
Parameters
- section
- Name of the section of the User dictionary whose items are to be listed.
- firstSection
- Flag specifying which item to get.
Return Value
A string that contains the section Item name.Refer to GetUserDictionarySection example.
This method returns the item from the section of the User dictionary.
Before calling this method, you must specifiy the item size.
Call this method multiple times to get each of the items in a user dictionary section.
The first time you call it, pass true for firstSection. In each subsequent call, pass false for
firstSection parameter, and Leadtools will get the next item from the specified section.
To re-start the process, call this method again, and pass true for firstSection.
The value of the Attribute property will be updated after this method is called.
For more information, refer to Working with a Dictionary.
The value of the Attribute property will be updated after this method is called.
For more information, refer to Working with a Dictionary.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family