Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.75 KB

walletbarcodesymbology.md

File metadata and controls

62 lines (42 loc) · 1.75 KB
-api-id -api-type
T:Windows.ApplicationModel.Wallet.WalletBarcodeSymbology
winrt enum

WalletBarcodeSymbology

-description

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Represents the barcode symbology types that are supported for a WalletItem.

-enum-fields

-field Invalid:0

Invalid barcode type.

-field Upca:1

Uses the UPC-A barcode symbology.

-field Upce:2

Uses the UPC-E barcode symbology.

-field Ean13:3

Uses the EAN-13 barcode symbology.

-field Ean8:4

Uses the EAN-8 barcode symbology.

-field Itf:5

Uses the ITF barcode symbology.

-field Code39:6

Uses the Code 39 barcode symbology.

-field Code128:7

Uses the Code 128 barcode symbology.

-field Qr:8

Uses the QR Code barcode symbology.

-field Pdf417:9

Uses the PDF417 barcode symbology.

-field Aztec:10

Uses the Aztec barcode symbology.

-field Custom:100000

Uses a custom bar code 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.

-examples

-see-also

WalletBarcode class, WalletBarcode(WalletBarcodeSymbology, String) constructor, Symbology property