BarCodeSymbology Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the valid bar code symbol types.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration BarCodeSymbology
public enum BarCodeSymbology
public enum class BarCodeSymbology
public enum BarCodeSymbology
public enum BarCodeSymbology

Members

Member name Description
Aztec Aztec
Cca Composite Component A--up to 56 characters of data
Ccb Composite Component B--up to 338 characters of data
Ccc Composite Conponent C--up to 2361 characters of data
Codabar CodaBar
Code128 Code 128
Code128Parsed Code 128 with parsing
Code39 Code 39
Code93 Code 93
DataMatrix DataMatrix
Ean128 EAN-128
Ean13S EAN-13
Ean8S EAN-8
EanJan13 EAN/JAN-13
EanJan8 EAN/JAN-8
Itf Interleaved 2 of 5
Maxicode Maxicode
MicroPDF417 MicroPDF417
MicroQRCode MicroQRCode
Ocra OCRa
Ocrb OCRb
Other If greater than or equal to this type, the service object has returned an undefined symbology
Pdf417 PDF417
QRCode QRCode
Rss14 Reduced space symbology
RssExpanded Reduced space symbology - expanded
TF Standard (or discrete) 2 of 5
Unknown The service object cannot determine the barcode symbology
Upca UPC-A
Upcas UPC-A with supplemental barcode
Upcd1 UPC 1-digit supplement
Upcd2 UPC 2-digit supplement
Upcd3 UPC 3-digit supplement
Upcd4 UPC 4-digit supplement
Upcd5 UPC 5-digit supplement
Upce UPC-E
Upces UPC-E with supplemental barcode

Remarks

Used by the PrintBarCode method of the PosPrinter class; also used by the ScanDataType property of the Scanner class. Replaces the PTR_BCS_et al constants from UPOS.

See Also

Reference

Microsoft.PointOfService Namespace