ImageGear for .NET
UserDictionarySection Property




Gets or sets the section name to use in the user dictionary.
Syntax
'Declaration
 
<ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release.")>
Public Property UserDictionarySection As String
'Usage
 
Dim instance As ImGearRecZone
Dim value As String
 
instance.UserDictionarySection = value
 
value = instance.UserDictionarySection
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release.")]
public string UserDictionarySection {get; set;}
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release.")]
public: __property string* get_UserDictionarySection();
public: __property void set_UserDictionarySection( 
   string* value
);
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release.")]
public:
property String^ UserDictionarySection {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
Remarks
Section name in user dictionary to use for checking.
See Also

Reference

ImGearRecZone Class
ImGearRecZone Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback