ImageGear .NET - Updated October 26, 2017
GetSections Method




ImageGear23.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecUserDictionary Class : GetSections Method
Returns the names of sections in the user dictionary.
Syntax
'Declaration
 
<ObsoleteAttribute("This method is deprecated and will be removed from the public API in a future release.")>
Public Function GetSections() As String()
 
'Usage
 
Dim instance As ImGearRecUserDictionary
Dim value() As String
 
value = instance.GetSections()

Return Value

String array value.
See Also

Reference

ImGearRecUserDictionary Class
ImGearRecUserDictionary Members