CodeGlyphX logo
CodeGlyphX

API Reference

Enum

BarcodeType

Namespace CodeGlyphX
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Barcode symbologies supported by BarcodeEncoder.

Inheritance

  • Enum
  • BarcodeType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const BarcodeType Code128 #

Code 128.

Value: 0
public const BarcodeType GS1_128 #

GS1-128 (Code 128 with FNC1).

Value: 1
public const BarcodeType Code39 #

Code 39.

Value: 2
public const BarcodeType Code93 #

Code 93.

Value: 3
public const BarcodeType EAN #

EAN family.

Value: 4
public const BarcodeType UPCA #

UPC-A.

Value: 5
public const BarcodeType UPCE #

UPC-E.

Value: 6
public const BarcodeType ITF14 #

ITF-14.

Value: 7
public const BarcodeType ITF #

Interleaved 2 of 5 (ITF).

Value: 8
public const BarcodeType Industrial2of5 #

Industrial (Discrete) 2 of 5.

Value: 9
public const BarcodeType Matrix2of5 #

Matrix (Standard) 2 of 5.

Value: 10
public const BarcodeType IATA2of5 #

IATA 2 of 5.

Value: 11
public const BarcodeType PatchCode #

Patch Code.

Value: 12
public const BarcodeType Codabar #

Codabar.

Value: 13
public const BarcodeType MSI #

MSI.

Value: 14
public const BarcodeType Code11 #

Code 11.

Value: 15
public const BarcodeType Plessey #

Plessey.

Value: 16
public const BarcodeType Telepen #

Telepen.

Value: 17
public const BarcodeType Pharmacode #

Pharmacode (one-track).

Value: 18
public const BarcodeType PharmacodeTwoTrack #

Pharmacode (two-track).

Value: 19
public const BarcodeType Code32 #

Code 32 (Italian Pharmacode).

Value: 20
public const BarcodeType Postnet #

POSTNET.

Value: 21
public const BarcodeType Planet #

PLANET.

Value: 22
public const BarcodeType RoyalMail4State #

Royal Mail 4-State Customer Code (RM4SCC).

Value: 23
public const BarcodeType AustraliaPost #

Australia Post customer barcode.

Value: 24
public const BarcodeType JapanPost #

Japan Post barcode.

Value: 25
public const BarcodeType GS1DataBarTruncated #

GS1 DataBar-14 Truncated.

Value: 26
public const BarcodeType GS1DataBarOmni #

GS1 DataBar-14 Omnidirectional.

Value: 27
public const BarcodeType GS1DataBarStacked #

GS1 DataBar-14 Stacked.

Value: 28
public const BarcodeType GS1DataBarExpanded #

GS1 DataBar Expanded.

Value: 29
public const BarcodeType GS1DataBarExpandedStacked #

GS1 DataBar Expanded Stacked.

Value: 30
public const BarcodeType UspsImb #

USPS Intelligent Mail Barcode (IMB).

Value: 31
public const BarcodeType KixCode #

KIX Code (not supported).

Value: 32
public const BarcodeType DataMatrix #

Data Matrix (not supported in 1D encoder).

Value: 33
public const BarcodeType PDF417 #

PDF417 (not supported in 1D encoder).

Value: 34
public const BarcodeType MicroPDF417 #

MicroPDF417 (not supported in 1D encoder).

Value: 35