Skip to main content
A newer version of this page is available. .

BarCode.Symbology Property

Gets or sets the bar code type (symbology).

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public Symbology Symbology { get; set; }

Property Value

Type Description
Symbology

A Symbology enumeration specifying the current bar code type.

Available values:

Show 27 items
Name Description
Codabar

BarCode-Codabar

Codabar

Industrial2of5

BarCode-Industrial2of5

Industrial 2 of 5

Interleaved2of5

BarCode-Interleaved2of5

Interleaved 2 of 5

Code39

BarCode-Code39

Code 39 (USD-3)

Code39Extended

BarCode-Code39Extended

Code 39 Extended

Code93

BarCode-Code93

Code 93

Code93Extended

BarCode-Code93Extended

Code 93 Extended

Code128

BarCode-Code128

Code 128

Code11

BarCode-Code11

Code 11 (USD-8)

CodeMSI

BarCode-CodeMSI

MSI - Plessey

PostNet

BarCode-PostNet

PostNet

EAN13

BarCode-EAN13

EAN 13

UPCA

BarCode-UPCA

UPC-A

EAN8

BarCode-EAN8

EAN 8

EAN128

BarCode-EAN128

EAN-128 (UCC)

UPCSupplemental2

Barcode - UPC Supplemental 2

UPC Supplemental 2

UPCSupplemental5

Barcode - UPC Supplemental 5

UPC Supplemental 5

UPCE0

BarCode-UPCE0

UPC-E0

UPCE1

BarCode-UPC1

UPC-E1

Matrix2of5

BarCode-Matrix2of5

Matrix 2 of 5

PDF417

BarCode-PDF417

PDF417

DataMatrix

BarCode-DataMatrix

Data Matrix (ECC200)

QRCode

BarCode-QRCode

BarCode-QRCode

IntelligentMail

BarCode-IntelligentMail

Intelligent Mail

DataMatrixGS1

BarCode-DataMatrixGS1

GS1- Data Matrix

DataBar

Barcode - GS1 DataBar

GS1 DataBar

ITF14

BarCode-DataBar-Expanded

GS1 DataBar

Remarks

Refer to the Bar Code Types document for a list of supported symbologies.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Symbology property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also