ImageGear .NET - Updated
VerticalDictionary Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecRecognitionSettings Class : VerticalDictionary Property
Gets or sets filename of vertical dictionary used for checking.
Syntax
'Declaration
 
Public Property VerticalDictionary As String
'Usage
 
Dim instance As ImGearRecRecognitionSettings
Dim value As String
 
instance.VerticalDictionary = value
 
value = instance.VerticalDictionary
public string VerticalDictionary {get; set;}
public: __property string* get_VerticalDictionary();
public: __property void set_VerticalDictionary( 
   string* value
);
public:
property String^ VerticalDictionary {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
Remarks

This property specifies a Vertical dictionary for the checking subsystem. The property operates with text names of the dictionaries, e.g. "Dutch Legal Dictionary".

See Spell Checking for additional details and examples on vertical dictionary usage. See Vertical Dictionary List for the list of supported vertical dictionaries.

See Also

Reference

ImGearRecRecognitionSettings Class
ImGearRecRecognitionSettings Members