Table of Contents

Class BarcodeFormat

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

Properties

AllCodes

public static IList<BarcodeFormat> AllCodes { get; }

Property Value

IList<BarcodeFormat>

AustraliaPost

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

Property Value

BarcodeFormat

Aztec

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

Property Value

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

public static IList<BarcodeFormat> CommonCodes { get; }

Property Value

IList<BarcodeFormat>

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

OneDFormats

public static IList<BarcodeFormat> OneDFormats { get; }

Property Value

IList<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

TwoDFormats

public static IList<BarcodeFormat> TwoDFormats { get; }

Property Value

IList<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

FromJson(string)

[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/ui_v2/barcode/configuration/BarcodeFormat;", "")]
public static BarcodeFormat FromJson(string json)

Parameters

json string

Returns

BarcodeFormat

ToJson()

[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()

Returns

string

ValueOf(string)

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

Parameters

value string

Returns

BarcodeFormat

Values()

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

Returns

BarcodeFormat[]