AddNew Method of the Batches Object
This method adds a batch with the specified name at the end of the collection of batches.
Syntax
Visual Basic .NET
Function AddNew() As Batch
C++
HRESULT AddNew( IBatch** Result );
Parameters
- Result
- [out, retval] A pointer to the IBatch* variable that receives the interface pointer for the added batch.
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 the following code samples: Hello.
See also
15.08.2023 13:19:30