MaxiCodeStructuredCodetext
Contents
[
Hide
]MaxiCodeStructuredCodetext class
Module: aspose_barcode.complex_barcode.maxi_code_structured_codetext
Inherits: MaxiCodeCodetext
Base class for encoding and decoding the text embedded in the MaxiCode code for modes 2 and 3.
Constructors
| Name | Description |
|---|---|
| init | Reimplemented from IComplexCodetext. |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| eq | bool | No | Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredCodetext value. |
| hash | int | No | Returns the hash code for this instance. |
| constructed_codetext | Optional[str] | No | Constructs codetext. |
| init_from_string | None | No | Initializes instance from constructed codetext. |
Properties
| Name | Type | Description |
|---|---|---|
| country_code | int | Identifies 3 digit country code. |
| postal_code | Optional[str] | Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. |
| second_message | Optional[MaxiCodeSecondMessage] | Identifies second message of the barcode. |
| service_category | int | Identifies 3 digit service category. |