ImageGear .NET - Updated
GetSections Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecUserDictionary Class : GetSections Method
Returns the names of sections in the user dictionary.
Syntax
'Declaration
 
Public Function GetSections() As String()
'Usage
 
Dim instance As ImGearRecUserDictionary
Dim value() As String
 
value = instance.GetSections()
public string[] GetSections()
public: string*[]* GetSections(); 
public:
array<String^>^ GetSections(); 

Return Value

String array value.
See Also

Reference

ImGearRecUserDictionary Class
ImGearRecUserDictionary Members