ImageGear .NET v25.1 - Updated
ImGearOCRDictionary Constructor(String)




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRDictionary Class > ImGearOCRDictionary Constructor : ImGearOCRDictionary Constructor(String)
Path to the dictionary file.
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

Reference

ImGearOCRDictionary Class
ImGearOCRDictionary Members
Overload List