Gets barcode content by specified index.
| ActiveX Edition | Plug-in Edition | Mac Edition |
|---|---|---|
| Since V6.0 | Since V6.0 | Since V6.4 |
ObjectName. GetBarcodeText(Int32 barcodeIndex)
Int32 barcodeIndex: Specifies the index of barcode in image. The index is 0-based.
String
Barcode content.
If the Source doesn't support barcode detection or the image data doesn't contain barcode, an empty string will be returned. GetBarcodeText method, along with other properties about information of the current image, is valid only in OnPostTransfer event.
When an error occurs and IfThrowException property is TRUE, an exception will be thrown.
When FALSE is returned or an exception is thrown, check ErrorCode property and ErrorString property for error information.
OnPostTransfer, GetBarcodeInfo, BarcodeCount, ICAP_SUPPORTEDBARCODETYPES, ICAP_BARCODEMAXSEARCHPRIORITIES, ICAP_BARCODESEARCHPRIORITIES, ICAP_BARCODESEARCHMODE, ICAP_BARCODEMAXRETRIES, ICAP_BARCODETIMEOUT, ICAP_BARCODEDETECTIONENABLED
TWAIN ActiveX |
TWAIN Plug-in |
TWAIN Control |
TWAIN SDK |
Scanner COM
Software Configuration Management |
Version Control |
Source Control
Copyright © 2012 Dynamsoft Corporation. All Rights Reserved.