Class BarcodeSymbolType
Specifies barcode symbol type
Inheritance
System.Object
BarcodeSymbolType
Namespace: Com.Syncfusion.Barcode.Enums
Assembly: Syncfusion.SfBarcode.Android.dll
Syntax
public sealed class BarcodeSymbolType : Enum
Fields
Codabar
Specifies Codabar type of barcode.
Declaration
public const BarcodeSymbolType Codabar
Field Value
Type |
---|
BarcodeSymbolType |
Code11
Specifies Code11 type of barcode.
Declaration
public const BarcodeSymbolType Code11
Field Value
Type |
---|
BarcodeSymbolType |
Code128A
Specifies Code128A type of barcode.
Declaration
public const BarcodeSymbolType Code128A
Field Value
Type |
---|
BarcodeSymbolType |
Code128B
Specifies Code128B type of barcode.
Declaration
public const BarcodeSymbolType Code128B
Field Value
Type |
---|
BarcodeSymbolType |
Code128C
Specifies Code128C type of barcode.
Declaration
public const BarcodeSymbolType Code128C
Field Value
Type |
---|
BarcodeSymbolType |
Code32
Specifies Code32 type of barcode.
Declaration
public const BarcodeSymbolType Code32
Field Value
Type |
---|
BarcodeSymbolType |
Code39
Specifies Code39 type of barcode.
Declaration
public const BarcodeSymbolType Code39
Field Value
Type |
---|
BarcodeSymbolType |
Code39Extended
Specifies Code39Extended type of barcode.
Declaration
public const BarcodeSymbolType Code39Extended
Field Value
Type |
---|
BarcodeSymbolType |
Code93
Specifies Code93 type of barcode.
Declaration
public const BarcodeSymbolType Code93
Field Value
Type |
---|
BarcodeSymbolType |
Code93Extended
Specifies Code93Extended type of barcode.
Declaration
public const BarcodeSymbolType Code93Extended
Field Value
Type |
---|
BarcodeSymbolType |
DataMatrix
Specifies DataMatrix type of barcode.
Declaration
public const BarcodeSymbolType DataMatrix
Field Value
Type |
---|
BarcodeSymbolType |
QRBarcode
Specifies QRBarcode type of barcode.
Declaration
public const BarcodeSymbolType QRBarcode
Field Value
Type |
---|
BarcodeSymbolType |
UpcBarcode
Specifies UpcBarcode type of barcode.
Declaration
public const BarcodeSymbolType UpcBarcode
Field Value
Type |
---|
BarcodeSymbolType |