ImageGear .NET
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()
[Obsolete("This method is deprecated and will be removed from the public API in a future release.")]
public string[] GetSections()
[Obsolete("This method is deprecated and will be removed from the public API in a future release.")]
public: string*[]* GetSections(); 
[Obsolete("This method is deprecated and will be removed from the public API in a future release.")]
public:
array<String^>^ GetSections(); 

Return Value

String array value.
See Also

Reference

ImGearRecUserDictionary Class
ImGearRecUserDictionary Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback