Leadtools.Document Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
GetUserDictionarySectionItem Method
See Also 
Leadtools.Document Namespace > RasterDocumentEngine Class : GetUserDictionarySectionItem Method




section
Name of the section of the User dictionary whose items are to be listed.
firstSection
Flag specifying which item to get.
Gets section items from the specified section of the user dictionary.

Syntax

Visual Basic (Declaration) 
Public Function GetUserDictionarySectionItem( _
   ByVal section As String, _
   ByVal firstSection As Boolean _
) As RasterDocumentUserDictionaryItem
Visual Basic (Usage)Copy Code
Dim instance As RasterDocumentEngine
Dim section As String
Dim firstSection As Boolean
Dim value As RasterDocumentUserDictionaryItem
 
value = instance.GetUserDictionarySectionItem(section, firstSection)
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.

Example

Refer to GetUserDictionarySection example.

Remarks

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.

Requirements

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

See Also

Leadtools.Documentrequires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features