SecondaryAndAdditionalData

SecondaryAndAdditionalData class

Namespace: Aspose.Barcode.ComplexBarcode

Class for storing HIBC LIC secondary and additional data.

Constructors

NameDescription
__construct

Methods

NameStaticDescription
constructYes
parseFromStringNoInstantiates secondary and additional supplemental data from string format according HIBC LIC specification.

Properties

NameRead/WriteDescription
DateOfManufactureRead/WriteIdentifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue
ExpiryDateRead/WriteIdentifies expiry date. Will be used if ExpiryDateFormat is not set to None.
ExpiryDateFormatRead/WriteIdentifies expiry date format.
LotNumberRead/WriteIdentifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. .
QuantityRead/WriteIdentifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1
SerialNumberRead/WriteIdentifies serial number. Serial number must be alphanumeric string up to 18 sybmols length.