HIBCLICCombinedCodetext

HIBCLICCombinedCodetext class

Module: aspose_barcode.complex_barcode.hibc_lic_combined_codetext

Inherits: HIBCLICComplexCodetext

Class for encoding and decoding the text embedded in the HIBC LIC code which stores primary and secodary data. This sample shows how to encode and decode HIBC LIC using HIBCLICCombinedCodetext.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
eqboolNoReturns a value indicating whether this instance is equal to a specified HIBCLICCombinedCodetext value.
hashintNoReturns the hash code for the current instance.
constructed_codetextOptional[str]NoConstructs codetext.
init_from_stringNoneNoInitializes instance from constructed codetext.

Properties

NameTypeDescription
primary_dataOptional[PrimaryData]Identifies primary data.
secondary_and_additional_dataOptional[SecondaryAndAdditionalData]Identifies secondary and additional supplemental data.