ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecDocument Class : Save Method |
'Declaration Public Sub Save( _ ByVal dataFilePath As String _ )
'Usage Dim instance As ImGearRecDocument Dim dataFilePath As String instance.Save(dataFilePath)
public void Save( string dataFilePath )
public: void Save( string* dataFilePath )
public: void Save( String^ dataFilePath )
This method saves the document to the file system using the specified filename. Any changes made to the document after calling this method will be automatically written to the same file when the ImGearRecDocument object is disposed.