HIBCLICComplexCodetext
HIBCLICComplexCodetext class
Module: aspose_barcode.complex_barcode.hibc_lic_complex_codetext
Inherits: IComplexCodetext
Base class for encoding and decoding the text embedded in the HIBC LIC code. This sample shows how to decode raw HIBC LIC codetext to HIBCLICComplexCodetext instance.
Constructors
| Name | Description |
|---|---|
| init | Reimplemented from IComplexCodetext. |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| constructed_codetext | Optional[str] | No | Reimplemented from IComplexCodetext. Reimplemented in HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext. |
| init_from_string | None | No | Reimplemented from IComplexCodetext. Reimplemented in HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext. |
Properties
| Name | Type | Description |
|---|---|---|
| barcode_type | EncodeTypes | Gets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. |