Aspose::BarCode::ComplexBarcode::PrimaryData class
Contents
[
Hide
]PrimaryData class
Class for storing HIBC LIC primary data.
class PrimaryData : public System::Object
Methods
| Method | Description |
|---|---|
| Equals(System::SharedPtr<System::Object>) override | Returns a value indicating whether this instance is equal to a specified PrimaryData value. |
| get_LabelerIdentificationCode() | Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. |
| get_ProductOrCatalogNumber() | Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. |
| get_UnitOfMeasureID() | Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. |
| GetHashCode() const override | Returns the hash code for this instance. |
| ParseFromString(System::String) | Instantiates primary data from string format according HIBC LIC specification. |
| PrimaryData() | |
| set_LabelerIdentificationCode(System::String) | Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. |
| set_ProductOrCatalogNumber(System::String) | Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. |
| set_UnitOfMeasureID(int32_t) | Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. |
| ToString() const override | Converts data to string format according HIBC LIC specification. |
See Also
- Namespace Aspose::BarCode::ComplexBarcode
- Library Aspose.BarCode for C++