Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Symbology Enum

Lists available symbologies (bar code types).

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v24.2.dll

NuGet Package: DevExpress.Document.Processor

#Declaration

public enum Symbology

#Members

Name Description Example
Codabar

Codabar

BarCode-Codabar

Industrial2of5

Industrial 2 of 5

BarCode-Industrial2of5

Interleaved2of5

Interleaved 2 of 5

BarCode-Interleaved2of5

Code39

Code 39 (USD-3)

BarCode-Code39

Code39Extended

Code 39 Extended

BarCode-Code39Extended

Code93

Code 93

BarCode-Code93

Code93Extended

Code 93 Extended

BarCode-Code93Extended

Code128

Code 128

BarCode-Code128

Code11

Code 11 (USD-8)

BarCode-Code11

CodeMSI

MSI - Plessey

BarCode-CodeMSI

PostNet

PostNet

BarCode-PostNet

EAN13

EAN 13

BarCode-EAN13

UPCA

UPC-A

BarCode-UPCA

EAN8

EAN 8

BarCode-EAN8

EAN128

EAN-128 (UCC)

BarCode-EAN128

UPCSupplemental2

UPC Supplemental 2

Barcode - UPC Supplemental 2

UPCSupplemental5

UPC Supplemental 5

Barcode - UPC Supplemental 5

UPCE0

UPC-E0

BarCode-UPCE0

UPCE1

UPC-E1

BarCode-UPC1

Matrix2of5

Matrix 2 of 5

BarCode-Matrix2of5

PDF417

PDF417

BarCode-PDF417

DataMatrix

Data Matrix (ECC200)

BarCode-DataMatrix

QRCode

QR Code

BarCode-QRCode

QRCodeGS1

GS1 - QR Code

GS1 QR Code

QRCodeEPC

EPC QR Code

EPC QR Code

MicroQRCode

Micro QR Code

Micro QR Code

IntelligentMail

Intelligent Mail

BarCode-IntelligentMail

DataMatrixGS1

GS1- Data Matrix

BarCode-DataMatrixGS1

DataBar

GS1 DataBar

Barcode - GS1 DataBar

ITF14

GS1 DataBar

BarCode-DataBar-Expanded

SSCC

Serial Shipping Container Code (SSCC-18)

BarCode-SSCC-18

AztecCode

Aztec Code

Aztec-Code

#Related API Members

The following properties accept/return Symbology values:

See Also