ImageGear .NET - Updated
UserDictionarySection Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZone Class : UserDictionarySection Property
Gets or sets the section name to use in the user dictionary.
Syntax
'Declaration
 
Public Property UserDictionarySection As String
'Usage
 
Dim instance As ImGearRecZone
Dim value As String
 
instance.UserDictionarySection = value
 
value = instance.UserDictionarySection
public string UserDictionarySection {get; set;}
public: __property string* get_UserDictionarySection();
public: __property void set_UserDictionarySection( 
   string* value
);
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