ImageGear .NET - Updated
Save Method (ImGearRecUserDictionary)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecUserDictionary Class : Save Method
File path to save user dictionary to.
Saves the user dictionary to a file.
Syntax
'Declaration
 
Public Sub Save( _
   ByVal path As String _
) 
'Usage
 
Dim instance As ImGearRecUserDictionary
Dim path As String
 
instance.Save(path)
public void Save( 
   string path
)
public: void Save( 
   string* path
) 
public:
void Save( 
   String^ path
) 

Parameters

path
File path to save user dictionary to.
Remarks
Note:If the file already exists, it is replaced.
See Also

Reference

ImGearRecUserDictionary Class
ImGearRecUserDictionary Members