ImageGear .NET - Updated March 30, 2018
Load(String,String) Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecUserDictionary Class > Load Method : Load(String,String) Method
Path to the user dictionary file to load.
Default section name used for adding items to the user dictionary.
Loads the user dictionary from a file.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal path As String, _
   ByVal defaultSectionName As String _
) 
 
'Usage
 
Dim instance As ImGearRecUserDictionary
Dim path As String
Dim defaultSectionName As String
 
instance.Load(path, defaultSectionName)

Parameters

path
Path to the user dictionary file to load.
defaultSectionName
Default section name used for adding items to the user dictionary.
Remarks
Loads a user dictionary from a file, specifying a default section name used for new items added to the user dictionary.
See Also

Reference

ImGearRecUserDictionary Class
ImGearRecUserDictionary Members
Overload List