CreateBatchTypeParams Method
This method creates the batch type parameters object.
Syntax
Visual Basic .NET
Function CreateBatchTypeParams() As BatchTypeParams
C++
HRESULT CreateBatchTypeParams( IBatchTypeParams** Result );
Parameters
- Result
- [out, retval] A pointer to IBatchTypeParams* pointer variable that receives the interface pointer of the resulting BatchTypeParams object.
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: Classification.
See also
15.08.2023 13:19:30