Skip to main content

BarcodeType

Namespace: Wisej.Web.Ext.Barcode

Assembly: Wisej.Web.Ext.Barcode

Determines the barcode symbology to display display.

public enum BarcodeType : Enum

Fields

NameDescription
AztecAztec 2D barcode format.
CodabarCODABAR 1D format.
Code_128Code 128 1D format.
Code_39Code 39 1D format.
DataMatrixData Matrix 2D barcode format.
EAN_13EAN-13 1D format.
EAN_8EAN-8 1D format.
ITFITF (Interleaved Two of Five) 1D format.
MSIMSI
PDF_417PDF417 format.
PlesseyPlessey
QRQR Code 2D barcode format.
UPC_AUPC-A 1D format.

Used By

NameDescription
Barcode.BarcodeTypeReturns or sets the barcode symbology to use.