VNBarcodeSymbology Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerated supported barcode standards.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum VNBarcodeSymbology
type VNBarcodeSymbology =
- Inheritance
-
VNBarcodeSymbology
- Attributes
Fields
Aztec | 0 | Indicates the Aztec barcode format. |
Code128 | 7 | Indicates the Code128 barcode format. |
Code39 | 1 | Indicates the Code 39 barcode format. |
Code39Checksum | 2 | Indicates the Code 39 mod 43 barcode format. |
Code39FullAscii | 3 | Indicates the Full ASCII Code 39 barcode format. |
Code39FullAsciiChecksum | 4 | Indicates the Full ASCII Code 39 mod 43 barcode format. |
Code93 | 5 | Indicates the Code 93 barcode format. |
Code93i | 6 | Indicates the Code 93 barcode format. |
DataMatrix | 8 | Indicates the Data Matrix ECC 200 barcode format. |
Ean13 | 10 | Indicates the EAN-13 barcode format. |
Ean8 | 9 | Indicates the EAN-8 barcode format. |
I2OF5 | 11 | Indicates the Interleaved 2 of 5 barcode format. |
I2OF5Checksum | 12 | Indicates the Interleaved 2 of 5 barcode format, with a checksum. |
Itf14 | 13 | Indicates the ITF-14 barcode format. |
Pdf417 | 14 | Indicates the PDF417 barcode format. |
QR | 15 | Indicates the QR code format. |
Upce | 16 | Indicates the UPC-E barcode format. |