In This Article

ActiproSoftware.Windows.Controls.BarCode Namespace

Classes

BarCode

Represents a control that can display a bar code.

BarCodeSymbology

Provides the base class for a bar code symbology.

CodabarSymbology

Represents a bar code symbology implementation for Codabar.

This symbology is also known as Ames Code, ANSI/AIM Codabar, Code 2 of 7, Monarch, NW-7, Rationalized Codabar, and USD-4.

Code128Symbology

Represents a bar code symbology implementation for Code 128.

Code39ExtendedSymbology

Represents a bar code symbology implementation for Code 39 Extended.

This symbology is also known as Code 39 Full ASCII.

Code39Symbology

Represents a bar code symbology implementation for Code 39.

This symbology is also known as Alpha39, Code 39 mod 43, Code 3 of 9, Code 3/9, USD-3, and USS Code 39.

Code93ExtendedSymbology

Represents a bar code symbology implementation for Code 93 Extended.

This symbology is also known as Code 93 Full ASCII.

Code93Symbology

Represents a bar code symbology implementation for Code 93.

Ean13Symbology

Represents a bar code symbology implementation for EAN-13.

This symbology is also known as European Article Number 13, and Japanese Article Number (JAN) in Japan.

Ean8Symbology

Represents a bar code symbology implementation for EAN-8.

Grid2DBarCodeSymbology

Provides the base class for a two dimensional grid bar code symbology.

Interleaved2of5Symbology

Represents a bar code symbology implementation for Interleaved 2 of 5.

LinearBarCodeSymbology

Provides the base class for a one-dimensional bar code symbology.

PostnetSymbology

Represents a bar code symbology implementation for Postnet.

QrCodeSymbology

Represents a bar code symbology implementation for QrCode.

UpcASymbology

Represents a bar code symbology implementation for UPC-A.

This symbology is also known as Universal Product Code version A.

UpcESymbology

Represents a bar code symbology implementation for UPC-E.

Enums

LinearBarCodeSymbologyInstruction

Specifies an instruction for a LinearBarCodeSymbology.

LinearBarCodeValueDisplayStyle

Specifies the display style for the value of a LinearBarCodeSymbology.

QrEncodingMode

Specifies the various encoding modes supported by QrCodeSymbology.

QrErrorCorrectionLevel

Specifies the various error correction levels supported by QrCodeSymbology.

QrVersion

Specifies the various versions supported by QrCodeSymbology. The size of the symbol for Micro QR Code symbols is always 9 + (2 * microVersion). For the 40 versions of regular QR Code symbols, the size is 17 + (4 * version). All versions are square.