Open Method of the Batch Object
This method opens the batch (sets the value of the IBatch::IsOpen property to TRUE). You should open the batch before working with it as some properties and methods are not accessible for the closed batch. An open batch uses more resources than a closed one. So if you have finished your work with the batch and need to free some resources, call the Close method of the Batch object.
Syntax
Visual Basic .NET
Sub Open()
C++
HRESULT Open();
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Samples
C++ (COM) code
This method is used in all code samples.
See also
15.08.2023 13:19:30