SaveModified Method of the ImageDocument Object
This method saves all the modifications that were performed upon the current ImageDocument object into the folder on disk. The method can be used only if the image document is represented as a folder on disk (the IImageDocument::IsInMemory property is FALSE). It does not overwrite the source image file. It sets the value of the IImageDocument::IsModified property to FALSE.
Syntax
HRESULT SaveModified();
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM