HIBCPASCodetext
Contents
[
Hide
]HIBCPASCodetext class
Class for encoding and decoding the text embedded in the HIBC PAS code.
The HIBCPASCodetext type exposes the following members:
Constructors
| Name | Description |
|---|---|
| HIBCPASCodetext() | Initializes a new instance of the HIBCPASCodetext class |
Properties
| 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. |
Methods
| 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. |
See Also
- namespace aspose.barcode.complexbarcode
- assembly Aspose.BarCode