Close Method of the Project Object
This method closes the project.
Release all the references to the Project object, and then call this method. An open project uses more resources than a closed one. So if you have finished your work with the project and need to free the resources, call this method to close the project. We recommend using this method in finally blocks.
Syntax
Visual Basic .NET
Sub Close()
C++
HRESULT Close();
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Samples
This method is used in the following code samples: Hello.
See also
15.08.2023 13:19:30