Aspose::BarCode::ComplexBarcode::PrimaryData class

PrimaryData class

Class for storing HIBC LIC primary data.

class PrimaryData : public System::Object

Methods

MethodDescription
Equals(System::SharedPtr<System::Object>) overrideReturns 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 overrideReturns 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 overrideConverts data to string format according HIBC LIC specification.

See Also