Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the text result.
Attribute | Type |
---|---|
barcodeFormat |
int |
barcodeFormatString |
String |
barcodeFormat_2 |
int |
barcodeFormatString_2 |
String |
barcodeText |
String |
barcodeBytes |
byte[] |
localizationResult |
LocalizationResult * |
detailedResult |
Object |
results |
ExtendedResult [] |
Barcode type in BarcodeFormat group 1.
int com.dynamsoft.barcode.barcodeFormat
Barcode type in BarcodeFormat group 1 as string.
String com.dynamsoft.barcode.barcodeFormatString
Barcode type in BarcodeFormat group 2.
int com.dynamsoft.barcode.barcodeFormat_2
Barcode type in BarcodeFormat group 2 as string.
String com.dynamsoft.barcode.barcodeFormatString_2
The barcode text, ends by ‘\0’.
String com.dynamsoft.barcode.barcodeText
The barcode content in a byte array.
byte[] com.dynamsoft.barcode.barcodeBytes
The length of the byte array.
int com.dynamsoft.barcode.barcodeBytesLength
The corresponding localization result.
LocalizationResult com.dynamsoft.barcode.localizationResult
One of the following: QRCodeDetails
, PDF417Details
, DataMatrixDetails
, AztecDetails
, OneDCodeDetails
.
Object com.dynamsoft.barcode.detailedResult
The extended result array.
ExtendedResult[] com.dynamsoft.barcode.results
version 7.6.0