Table of Contents

Class JsonBarcodeFormat

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

Properties

AustraliaPost

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

Property Value

JsonBarcodeFormat

Aztec

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

Property Value

JsonBarcodeFormat

Codabar

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

Property Value

JsonBarcodeFormat

Code128

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

Property Value

JsonBarcodeFormat

Code25

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

Property Value

JsonBarcodeFormat

Code39

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

Property Value

JsonBarcodeFormat

Code93

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

Property Value

JsonBarcodeFormat

DataMatrix

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

Property Value

JsonBarcodeFormat

Databar

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

Property Value

JsonBarcodeFormat

DatabarExpanded

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

Property Value

JsonBarcodeFormat

DatabarLimited

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

Property Value

JsonBarcodeFormat

Ean13

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

Property Value

JsonBarcodeFormat

Ean8

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

Property Value

JsonBarcodeFormat

Gs1Composite

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

Property Value

JsonBarcodeFormat

Iata2Of5

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

Property Value

JsonBarcodeFormat

Industrial2Of5

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

Property Value

JsonBarcodeFormat

Itf

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

Property Value

JsonBarcodeFormat

JapanPost

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

Property Value

JsonBarcodeFormat

MicroPdf417

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

Property Value

JsonBarcodeFormat

MicroQrCode

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

Property Value

JsonBarcodeFormat

MsiPlessey

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

Property Value

JsonBarcodeFormat

Pdf417

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

Property Value

JsonBarcodeFormat

QrCode

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

Property Value

JsonBarcodeFormat

RoyalMail

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

Property Value

JsonBarcodeFormat

RoyalTntPost

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

Property Value

JsonBarcodeFormat

UpcA

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

Property Value

JsonBarcodeFormat

UpcE

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

Property Value

JsonBarcodeFormat

UspsIntelligentMail

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

Property Value

JsonBarcodeFormat

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui/configuration/json/JsonBarcodeFormat;", "")]
public static JsonBarcodeFormat ValueOf(string value)

Parameters

value string

Returns

JsonBarcodeFormat

Values()

[Register("values", "()[Lio/scanbot/sdk/ui/configuration/json/JsonBarcodeFormat;", "")]
public static JsonBarcodeFormat[] Values()

Returns

JsonBarcodeFormat[]