PrimaryData
Contents
[
Hide
]PrimaryData class
Module: aspose_barcode.complex_barcode.primary_data
Class for storing HIBC LIC primary data.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| eq | bool | No | Returns a value indicating whether this instance is equal to a specified PrimaryData value. |
| hash | int | No | Returns the hash code for the current instance. |
| str | str | No | Converts data to string format according HIBC LIC specification. |
| parse_from_string | None | No | Instantiates primary data from string format according HIBC LIC specification. |
Properties
| Name | Type | Description |
|---|---|---|
| labeler_identification_code | Optional[str] | Gets the identification date of the labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. |
| product_or_catalog_number | Optional[str] | Identifies product or catalog number. |
| unit_of_measure_id | int | Identifies unit of measure ID. |