ImageGear .NET v25.1 - Updated
DictionaryFilePath Property




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRDictionary Class : DictionaryFilePath Property
File path to the user defined dictionary
Syntax
'Declaration
 
Public ReadOnly Property DictionaryFilePath As String
'Usage
 
Dim instance As ImGearOCRDictionary
Dim value As String
 
value = instance.DictionaryFilePath
public string DictionaryFilePath {get;}
public: __property string* get_DictionaryFilePath();
public:
property String^ DictionaryFilePath {
   String^ get();
}
See Also

Reference

ImGearOCRDictionary Class
ImGearOCRDictionary Members