ImageGear .NET - Updated
Close Method (ImGearRecUserDictionary)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecUserDictionary Class : Close Method
Closes the user dictionary.
Syntax
'Declaration
 
Public Sub Close() 
'Usage
 
Dim instance As ImGearRecUserDictionary
 
instance.Close()
public void Close()
public: void Close(); 
public:
void Close(); 
Remarks
This must be done before performing recognition, if the user dictionary was examined or modified after being loaded.
See Also

Reference

ImGearRecUserDictionary Class
ImGearRecUserDictionary Members