ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRDictionary Class / ImGearOCRDictionary Constructor / ImGearOCRDictionary Constructor()




In This Topic
    ImGearOCRDictionary Constructor()
    In This Topic
    Initializes new empty instance of ImGearOCRDictionary.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearOCRDictionary()
    public ImGearOCRDictionary()
    public: ImGearOCRDictionary();
    public:
    ImGearOCRDictionary();
    Remarks
    File will be initialized with filename "temp_user_dictionary.1250" which will be placed at the temp folder. File will be cleared with new dictionary content.
    See Also