WalletBarcodeSymbology
WalletBarcodeSymbology
WalletBarcodeSymbology
WalletBarcodeSymbology
Enum
Definition
Represents the barcode symbology types that are supported for a WalletItem.
public : enum class WalletBarcodeSymbologypublic enum WalletBarcodeSymbologyPublic Enum WalletBarcodeSymbology// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Aztec Aztec Aztec Aztec | Uses the Aztec barcode symbology. |
| Code128 Code128 Code128 Code128 | Uses the Code 128 barcode symbology. |
| Code39 Code39 Code39 Code39 | Uses the Code 39 barcode symbology. |
| Custom Custom Custom Custom | Uses a custom bar code symbology. |
| Ean13 Ean13 Ean13 Ean13 | Uses the EAN-13 barcode symbology. |
| Ean8 Ean8 Ean8 Ean8 | Uses the EAN-8 barcode symbology. |
| Invalid Invalid Invalid Invalid | Invalid barcode type. |
| Itf Itf Itf Itf | Uses the ITF barcode symbology. |
| Pdf417 Pdf417 Pdf417 Pdf417 | Uses the PDF417 barcode symbology. |
| Qr Qr Qr Qr | Uses the QR Code barcode symbology. |
| Upca Upca Upca Upca | Uses the UPC-A barcode symbology. |
| Upce Upce Upce Upce | Uses the UPC-E barcode symbology. |
Remarks
Each value other than Invalid and Custom enables creation of the barcode image by the system, when you call GetImageAsync. For symbologies that aren't in this enumeration, use the WalletBarcode(IRandomAccessStreamReference) constructor and provide your own image.