Returns if a barcode detected by the Barcode1DReaderDoScan function has a checksum.
public Boolean Barcode1DReaderBarcodeHasChecksum( int BarcodeNo );
Public Function Barcode1DReaderBarcodeHasChecksum( ByVal BarcodeNo As Integer ) As Boolean
|
Parameters |
Description |
|
BarcodeNo |
Barcode index. Must be between 1 and Barcode1DReaderGetBarcodeCount returned value. |
True if the barcode has a checksum else False.
This function requires the optional GdPicture 1D Barcode Recognition Plugin. This Plugin must be unlocked with the SetLicenseNumber1DBarcodeRecognition() function.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|