HIBCPASCodetext

HIBCPASCodetext class

Class for encoding and decoding the text embedded in the HIBC PAS code.

The HIBCPASCodetext type exposes the following members:

Constructors

NameDescription
HIBCPASCodetext()Initializes a new instance of the HIBCPASCodetext class

Properties

NameDescription
barcode_typeGets or sets barcode type. HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCDataMatrixPAS and HIBCQRPAS encode types.
Default value: HIBCCode39PAS.
data_locationIdentifies data location.

Methods

NameDescription
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.

See Also