Enum
Symbology1DType

Enumeration of 1D barcode symbologies used when reading, writing, and validating barcodes in document text. Useful for mapping detected barcodes to types during retrieval and rendering.

Definition

Namespace:Telerik.Windows.Documents.Common.Model.Barcode

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public enum Symbology1DType

Fields

Codabar

Codabar symbology used in document barcodes.

Declaration

cs-api-definition
Codabar = 0

Field Value

Symbology1DType

Code11

Code 11 symbology used in document barcodes.

Declaration

cs-api-definition
Code11 = 1

Field Value

Symbology1DType

Code128

Code 128 symbology for high‑density barcodes in documents.

Declaration

cs-api-definition
Code128 = 8

Field Value

Symbology1DType

Code128A

Code 128 subset A for control and uppercase characters.

Declaration

cs-api-definition
Code128A = 9

Field Value

Symbology1DType

Code128B

Code 128 subset B for ASCII letters and symbols.

Declaration

cs-api-definition
Code128B = 10

Field Value

Symbology1DType

Code128C

Code 128 subset C for numeric pairs (00–99).

Declaration

cs-api-definition
Code128C = 11

Field Value

Symbology1DType

Code25Interleaved

Interleaved 2 of 5 symbology for compact numeric barcodes in documents.

Declaration

cs-api-definition
Code25Interleaved = 3

Field Value

Symbology1DType

Code25Standard

Standard Code 25 symbology used in document barcodes.

Declaration

cs-api-definition
Code25Standard = 2

Field Value

Symbology1DType

Code39

Code 39 symbology for alphanumeric barcodes in documents.

Declaration

cs-api-definition
Code39 = 4

Field Value

Symbology1DType

Code39Extended

Extended Code 39 symbology supporting full ASCII in documents.

Declaration

cs-api-definition
Code39Extended = 5

Field Value

Symbology1DType

Code93

Code 93 symbology for high‑density alphanumeric barcodes in documents.

Declaration

cs-api-definition
Code93 = 6

Field Value

Symbology1DType

Code93Extended

Extended Code 93 symbology supporting full ASCII in documents.

Declaration

cs-api-definition
Code93Extended = 7

Field Value

Symbology1DType

CodeMSI

MSI (Modified Plessey) symbology used in labels and inventory codes.

Declaration

cs-api-definition
CodeMSI = 12

Field Value

Symbology1DType

EAN128

GS1‑128 (EAN‑128) for AI‑encoded data in documents.

Declaration

cs-api-definition
EAN128 = 15

Field Value

Symbology1DType

EAN128A

GS1‑128 subset A for control and uppercase characters.

Declaration

cs-api-definition
EAN128A = 16

Field Value

Symbology1DType

EAN128B

GS1‑128 subset B for ASCII letters and symbols.

Declaration

cs-api-definition
EAN128B = 17

Field Value

Symbology1DType

EAN128C

GS1‑128 subset C for numeric pairs (00–99).

Declaration

cs-api-definition
EAN128C = 18

Field Value

Symbology1DType

EAN13

EAN‑13 symbology for standard retail barcodes.

Declaration

cs-api-definition
EAN13 = 14

Field Value

Symbology1DType

EAN8

EAN‑8 symbology for short retail barcodes.

Declaration

cs-api-definition
EAN8 = 13

Field Value

Symbology1DType

IntelligentMail

Intelligent Mail symbology used by USPS for mail tracking.

Declaration

cs-api-definition
IntelligentMail = 24

Field Value

Symbology1DType

Planet

PLANET symbology used for postal services.

Declaration

cs-api-definition
Planet = 25

Field Value

Symbology1DType

Postnet

POSTNET symbology used by USPS for ZIP routing.

Declaration

cs-api-definition
Postnet = 19

Field Value

Symbology1DType

UPCA

UPC‑A symbology for retail barcodes.

Declaration

cs-api-definition
UPCA = 20

Field Value

Symbology1DType

UPCE

UPC‑E symbology for compressed UPC codes.

Declaration

cs-api-definition
UPCE = 21

Field Value

Symbology1DType

UPCSupplement2

2‑digit supplemental code for UPC.

Declaration

cs-api-definition
UPCSupplement2 = 22

Field Value

Symbology1DType

UPCSupplement5

5‑digit supplemental code for UPC.

Declaration

cs-api-definition
UPCSupplement5 = 23

Field Value

Symbology1DType