ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRDictionary Class / DictionaryFilePath Property




In This Topic
    DictionaryFilePath Property
    In This Topic
    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