Back to Devexpress

Symbology Enum

officefileapi-devexpress-dot-barcodes-b7866602.md

latest6.7 KB
Original Source

Symbology Enum

Lists available symbologies (bar code types).

Namespace : DevExpress.BarCodes

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public enum Symbology
vb
Public Enum Symbology

Members

NameDescriptionExample
Codabar

Codabar

|

| | Industrial2of5 |

Industrial 2 of 5

|

| | Interleaved2of5 |

Interleaved 2 of 5

|

| | Code39 |

Code 39 (USD-3)

|

| | Code39Extended |

Code 39 Extended

|

| | Code93 |

Code 93

|

| | Code93Extended |

Code 93 Extended

|

| | Code128 |

Code 128

|

| | Code11 |

Code 11 (USD-8)

|

| | CodeMSI |

MSI - Plessey

|

| | PostNet |

PostNet

|

| | EAN13 |

EAN 13

|

| | UPCA |

UPC-A

|

| | EAN8 |

EAN 8

|

| | EAN128 |

EAN-128 (UCC)

|

| | UPCSupplemental2 |

UPC Supplemental 2

|

| | UPCSupplemental5 |

UPC Supplemental 5

|

| | UPCE0 |

UPC-E0

|

| | UPCE1 |

UPC-E1

|

| | Matrix2of5 |

Matrix 2 of 5

|

| | PDF417 |

PDF417

|

| | DataMatrix |

Data Matrix (ECC200)

|

| | QRCode |

QR Code

|

| | QRCodeGS1 |

GS1 - QR Code

|

| | QRCodeEPC |

EPC QR Code

|

| | MicroQRCode |

Micro QR Code

|

| | IntelligentMail |

Intelligent Mail

|

| | DataMatrixGS1 |

GS1- Data Matrix

|

| | DataBar |

GS1 DataBar

|

| | ITF14 |

GS1 DataBar

|

| | SSCC |

Serial Shipping Container Code (SSCC-18)

|

| | AztecCode |

Aztec Code

|

|

The following properties accept/return Symbology values:

See Also

DevExpress.BarCodes Namespace