ImageGear .NET - Updated
Load(String) Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecUserDictionary Class > Load Method : Load(String) Method
Path to the user dictionary file to load.
Loads the user dictionary from a file.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal path As String _
) 
'Usage
 
Dim instance As ImGearRecUserDictionary
Dim path As String
 
instance.Load(path)
public void Load( 
   string path
)
public: void Load( 
   string* path
) 
public:
void Load( 
   String^ path
) 

Parameters

path
Path to the user dictionary file to load.
Remarks
Loads a user dictionary from a file.
See Also

Reference

ImGearRecUserDictionary Class
ImGearRecUserDictionary Members
Overload List