Save Method of the Document Object
This method saves changes made to the document, which belongs to some project. The method does not change the state of the document (the IDocument::LockType property).
Note that before saving, the changed fields must be verified using the CheckRules method.
Syntax
Visual Basic .NET
Sub Save()
C++
HRESULT Save();
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