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

NameDescription
initReimplemented from IComplexCodetext.

Methods

NameReturn TypeStaticDescription
constructed_codetextOptional[str]NoReimplemented from IComplexCodetext. Reimplemented in HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext.
init_from_stringNoneNoReimplemented from IComplexCodetext. Reimplemented in HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext.

Properties

NameTypeDescription
barcode_typeEncodeTypesGets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC.