Include possible barcodes in the result list.
Read-write property
Visual Basic |
---|
Public Property ReturnPossibleBarcodes As Boolean |
A boolean value which is set to True to include possible barcodes in the result list. Otherwise, False is returned.
The default value is False.
When True, the barcode engine returns in the results list candidate barcodes which could not be decoded.
For 1D barcodes, any unsolved regions of interest in the barcode result list will have a BarcodeResultStyle of BC_StyleUnknown and the BarcodeResult property will be NULL.
For PostNet, Intelligent Mail, Australian Post, and Royal Post 4 and for the following 2D barcode types including DataMatrix, PDF417, Aztec, and QRcode, the currently selected BarcodeType is returned as the candidate region type.