Specifies supported barcode types.
Namespace:
Aurigma.DesignAtoms.Model.Items
Assembly:
Aurigma.DesignAtoms (in Aurigma.DesignAtoms.dll)
public enum BarcodeType
Member name | Description |
---|---|
LinearCode128 |
The barcode in the Code 128B format. |
LinearEan13 |
The 13-digit European Article Number. |
LinearEan8 |
The 8-digit European Article Number. |
LinearUpcA |
The 12-digit Universal Product Code (UPC-A). |
LinearUpcE |
The 8-digit Universal Product Code (UPC-E). |
QrPhone |
The QR code defining a phone number. |
QrUrl |
The QR code defining a URL. |
QrVCard |
The QR code defining a vCard contact. |