Table of Contents

Class BarcodeFormat

Namespace
IO.Scanbot.Sdk.Barcode.Entity
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/entity/BarcodeFormat", DoNotGenerateAcw = true)]
public sealed class BarcodeFormat : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
BarcodeFormat
Implements
Inherited Members

Properties

A

[Register("a")]
public static IList A { get; }

Property Value

IList

AllCodes

[Register("ALL_CODES")]
public static IList AllCodes { get; }

Property Value

IList

AustraliaPost

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

Property Value

BarcodeFormat

Aztec

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

Property Value

BarcodeFormat

B

[Register("b")]
public static IList<BarcodeFormat> B { get; }

Property Value

IList<BarcodeFormat>

Codabar

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

Property Value

BarcodeFormat

Code128

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

Property Value

BarcodeFormat

Code25

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

Property Value

BarcodeFormat

Code39

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

Property Value

BarcodeFormat

Code93

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

Property Value

BarcodeFormat

CommonCodes

[Register("COMMON_CODES")]
public static IList CommonCodes { get; }

Property Value

IList

DataMatrix

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

Property Value

BarcodeFormat

Databar

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

Property Value

BarcodeFormat

DatabarExpanded

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

Property Value

BarcodeFormat

DatabarLimited

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

Property Value

BarcodeFormat

Ean13

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

Property Value

BarcodeFormat

Ean8

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

Property Value

BarcodeFormat

Gs1Composite

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

Property Value

BarcodeFormat

Iata2Of5

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

Property Value

BarcodeFormat

Industrial2Of5

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

Property Value

BarcodeFormat

Itf

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

Property Value

BarcodeFormat

JapanPost

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

Property Value

BarcodeFormat

MicroPdf417

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

Property Value

BarcodeFormat

MicroQrCode

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

Property Value

BarcodeFormat

MsiPlessey

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

Property Value

BarcodeFormat

Pdf417

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

Property Value

BarcodeFormat

QrCode

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

Property Value

BarcodeFormat

RoyalMail

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

Property Value

BarcodeFormat

RoyalTntPost

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

Property Value

BarcodeFormat

UpcA

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

Property Value

BarcodeFormat

UpcE

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

Property Value

BarcodeFormat

UspsIntelligentMail

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

Property Value

BarcodeFormat

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/barcode/entity/BarcodeFormat;", "")]
public static BarcodeFormat ValueOf(string value)

Parameters

value string

Returns

BarcodeFormat

Values()

[Register("values", "()[Lio/scanbot/sdk/barcode/entity/BarcodeFormat;", "")]
public static BarcodeFormat[] Values()

Returns

BarcodeFormat[]