AsBarcodeBlock Method of the Block Object
This method returns the block as the BarcodeBlock object. If the block is not a barcode block, NULL is returned.
Syntax
Visual Basic .NET
Function AsBarcodeBlock() As BarcodeBlock
C++
HRESULT AsBarcodeBlock( IBarcodeBlock** result );
Parameters
- result
- [out, retval] A pointer to the IBarcodeBlock* pointer variable that receives the interface pointer to the returned BarcodeBlock object.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30