Table of Contents

Class BarcodeType

Namespace
IO.Scanbot.Barcodescanner.Model
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/barcodescanner/model/BarcodeType", DoNotGenerateAcw = true)]
public sealed class BarcodeType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
BarcodeType
Implements
Inherited Members

Properties

AustraliaPost

[Register("AUSTRALIA_POST")]
public static BarcodeType AustraliaPost { get; }

Property Value

BarcodeType

Aztec

[Register("AZTEC")]
public static BarcodeType Aztec { get; }

Property Value

BarcodeType

Codabar

[Register("CODABAR")]
public static BarcodeType Codabar { get; }

Property Value

BarcodeType

Code128

[Register("CODE_128")]
public static BarcodeType Code128 { get; }

Property Value

BarcodeType

Code25

[Register("CODE_25")]
public static BarcodeType Code25 { get; }

Property Value

BarcodeType

Code39

[Register("CODE_39")]
public static BarcodeType Code39 { get; }

Property Value

BarcodeType

Code93

[Register("CODE_93")]
public static BarcodeType Code93 { get; }

Property Value

BarcodeType

DataMatrix

[Register("DATA_MATRIX")]
public static BarcodeType DataMatrix { get; }

Property Value

BarcodeType

Databar

[Register("DATABAR")]
public static BarcodeType Databar { get; }

Property Value

BarcodeType

DatabarExpanded

[Register("DATABAR_EXPANDED")]
public static BarcodeType DatabarExpanded { get; }

Property Value

BarcodeType

DatabarLimited

[Register("DATABAR_LIMITED")]
public static BarcodeType DatabarLimited { get; }

Property Value

BarcodeType

Ean13

[Register("EAN_13")]
public static BarcodeType Ean13 { get; }

Property Value

BarcodeType

Ean8

[Register("EAN_8")]
public static BarcodeType Ean8 { get; }

Property Value

BarcodeType

Gs1Composite

[Register("GS1_COMPOSITE")]
public static BarcodeType Gs1Composite { get; }

Property Value

BarcodeType

Iata2Of5

[Register("IATA_2_OF_5")]
public static BarcodeType Iata2Of5 { get; }

Property Value

BarcodeType

Industrial2Of5

[Register("INDUSTRIAL_2_OF_5")]
public static BarcodeType Industrial2Of5 { get; }

Property Value

BarcodeType

Itf

[Register("ITF")]
public static BarcodeType Itf { get; }

Property Value

BarcodeType

JapanPost

[Register("JAPAN_POST")]
public static BarcodeType JapanPost { get; }

Property Value

BarcodeType

MicroPdf417

[Register("MICRO_PDF_417")]
public static BarcodeType MicroPdf417 { get; }

Property Value

BarcodeType

MicroQrCode

[Register("MICRO_QR_CODE")]
public static BarcodeType MicroQrCode { get; }

Property Value

BarcodeType

MsiPlessey

[Register("MSI_PLESSEY")]
public static BarcodeType MsiPlessey { get; }

Property Value

BarcodeType

Pdf417

[Register("PDF_417")]
public static BarcodeType Pdf417 { get; }

Property Value

BarcodeType

QrCode

[Register("QR_CODE")]
public static BarcodeType QrCode { get; }

Property Value

BarcodeType

RoyalMail

[Register("ROYAL_MAIL")]
public static BarcodeType RoyalMail { get; }

Property Value

BarcodeType

RoyalTntPost

[Register("ROYAL_TNT_POST")]
public static BarcodeType RoyalTntPost { get; }

Property Value

BarcodeType

UpcA

[Register("UPC_A")]
public static BarcodeType UpcA { get; }

Property Value

BarcodeType

UpcE

[Register("UPC_E")]
public static BarcodeType UpcE { get; }

Property Value

BarcodeType

UspsIntelligentMail

[Register("USPS_INTELLIGENT_MAIL")]
public static BarcodeType UspsIntelligentMail { get; }

Property Value

BarcodeType

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/barcodescanner/model/BarcodeType;", "")]
public static BarcodeType ValueOf(string value)

Parameters

value string

Returns

BarcodeType

Values()

[Register("values", "()[Lio/scanbot/barcodescanner/model/BarcodeType;", "")]
public static BarcodeType[] Values()

Returns

BarcodeType[]