SecondaryAndAdditionalData
Contents
[
Hide
]SecondaryAndAdditionalData class
Namespace: Aspose.Barcode.ComplexBarcode
Class for storing HIBC LIC secondary and additional data.
Constructors
| Name | Description |
|---|---|
| __construct |
Methods
| Name | Static | Description |
|---|---|---|
| construct | Yes | |
| parseFromString | No | Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. |
Properties
| Name | Read/Write | Description |
|---|---|---|
| DateOfManufacture | Read/Write | Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue |
| ExpiryDate | Read/Write | Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. |
| ExpiryDateFormat | Read/Write | Identifies expiry date format. |
| LotNumber | Read/Write | Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . |
| Quantity | Read/Write | Identifies 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 |
| SerialNumber | Read/Write | Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. |