Name of the recognized barcode.
Read-write property
Visual Basic |
---|
Public Property BarcodeCodeName As String |
A string value which represents the barcode type name of the recognized barcode.
The current barcode is determined by the GetBarcode method.
The barcode name is the name of the barcode type (e.g. "Code39"), not the value of the barcode.
The BarcodeResult property returns the value of the barcode.
If ReturnPossibleBarcodes is True, and only a region of interest is returned in the result, then the barcode name is a null string.