Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
To obtain input barcode data and its type, code_text and code_type properties of class BarCodeResult can be used. The other property called code_type_name returns the text name of the barcode type.
It is possible to load barcode data as a byte stream using a property of class BarCodeResult that is called code_bytes.
For barcodes in which the barcode data is encoded in a Unicode encoding, the barcode library provides the get_code_text(encoding) method that can be used to enable the required encoding.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.