Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Class for encoding and decoding the text embedded in the HIBC PAS code.
The HIBCPASCodetext type exposes the following members:
Name | Description |
---|---|
HIBCPASCodetext() | Initializes a new instance of the HIBCPASCodetext class |
Name | Description |
---|---|
barcode_type | Gets or sets barcode type. HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCDataMatrixPAS and HIBCQRPAS encode types. Default value: HIBCCode39PAS. |
data_location | Identifies data location. |
Name | Description |
---|---|
add_record(data_type, data) | Adds new record |
add_record(record) | Adds new record |
get_records() | Gets records list |
clear() | Clears records list |
get_barcode_type() | Gets barcode type. |
get_constructed_codetext() | Constructs codetext |
init_from_string(constructed_codetext) | Initializes instance from constructed codetext. |
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.