GetAsBarcodeBlock 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
C++
HRESULT GetAsBarcodeBlock( IBarcodeBlock** Result );
C#
IBarcodeBlock GetAsBarcodeBlock();
Visual Basic .NET
Function GetAsBarcodeBlock() As IBarcodeBlock
Parameters
- Result
- [out, retval] A pointer to 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 codes of ABBYY FineReader Engine functions.
See also
9/17/2024 3:14:41 PM