ImageGear .NET - Updated
Save Method (ImGearRecDocument)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecDocument Class : Save Method
Specifies the data file to save the document to.
Saves the document to the specified data file in the native Nuance format. The document can be opened later using the ImGearRecOutputManager.OpenDocument method.
Syntax
'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
) 

Parameters

dataFilePath
Specifies the data file to save the document to.
Remarks

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.

See Also

Reference

ImGearRecDocument Class
ImGearRecDocument Members