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. It does not overwrite the source image file. It sets the value of the IImageDocument::IsModified property to FALSE.
Syntax
Visual Basic .NET
Sub SaveModified()
C++
HRESULT SaveModified();
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM