ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRDictionary Class / ImGearOCRDictionary Constructor / ImGearOCRDictionary Constructor(String)
Path to the dictionary file.




In This Topic
    ImGearOCRDictionary Constructor(String)
    In This Topic
    Initializes new instance of ImGearOCRDictionary by associated file path.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dictionaryFilePath As String _
    )
    'Usage
     
    Dim dictionaryFilePath As String
     
    Dim instance As New ImGearOCRDictionary(dictionaryFilePath)
    public ImGearOCRDictionary( 
       string dictionaryFilePath
    )
    public: ImGearOCRDictionary( 
       string* dictionaryFilePath
    )
    public:
    ImGearOCRDictionary( 
       String^ dictionaryFilePath
    )

    Parameters

    dictionaryFilePath
    Path to the dictionary file.
    Remarks
    If dictionaryFilePath does not exist this file will be created. If dictionaryFilePath exists dictionary is initialized from this file. This object saves dictionary data to the file on Dispose and Flush methods. Extension for dictionary file is changed with CodePage property change.
    See Also