Save
This method saves a project definition to a file including all OCR and preprocessing settings of all pages and zones. .
The method triggers the OnSaveProject event so that possible project extensions can also save there settings to the same project file.
The method sets the Modified property to FALSE.
Syntax
Save (Filename As String, [CreateNewVersion As Boolean = FALSE], [VersionInfo As String = ""])
Parameter | Description |
---|---|
Filename |
Path to a compound file to store the project definition. |
CreateNewVersion |
Optional parameter The default value is 0. TRUE: The method does not overwrite the previous version in the file, but saves the project under a new version. FALSE: The method overwrites the previous version in the file. |
VersionInfo |
Optional parameter Used as description of the new version if the
|