AsBarcodeParams Method of the RecognitionParams Object
This method returns the object as the BarcodeRecognitionParams object. If the block is not a barcode block, NULL is returned.
Syntax
Visual Basic .NET
Function AsBarcodeParams() As BarcodeRecognitionParams
C++
HRESULT AsBarcodeParams( IBarcodeRecognitionParams** result );
Parameters
- result
- [out, retval] A pointer to the IBarcodeRecognitionParams* pointer variable that receives the interface pointer to the returned BarcodeRecognitionParams object.
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