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
[Register("AZTEC")]
public static JsonBarcodeFormat Aztec { get; }
Property Value
- JsonBarcodeFormat
[Register("CODABAR")]
public static JsonBarcodeFormat Codabar { get; }
Property Value
- JsonBarcodeFormat
[Register("CODE_128")]
public static JsonBarcodeFormat Code128 { get; }
Property Value
- JsonBarcodeFormat
[Register("CODE_25")]
public static JsonBarcodeFormat Code25 { get; }
Property Value
- JsonBarcodeFormat
[Register("CODE_39")]
public static JsonBarcodeFormat Code39 { get; }
Property Value
- JsonBarcodeFormat
[Register("CODE_93")]
public static JsonBarcodeFormat Code93 { get; }
Property Value
- JsonBarcodeFormat
[Register("DATA_MATRIX")]
public static JsonBarcodeFormat DataMatrix { get; }
Property Value
- JsonBarcodeFormat
[Register("DATABAR")]
public static JsonBarcodeFormat Databar { get; }
Property Value
- JsonBarcodeFormat
[Register("DATABAR_EXPANDED")]
public static JsonBarcodeFormat DatabarExpanded { get; }
Property Value
- JsonBarcodeFormat
[Register("DATABAR_LIMITED")]
public static JsonBarcodeFormat DatabarLimited { get; }
Property Value
- JsonBarcodeFormat
[Register("EAN_13")]
public static JsonBarcodeFormat Ean13 { get; }
Property Value
- JsonBarcodeFormat
[Register("EAN_8")]
public static JsonBarcodeFormat Ean8 { get; }
Property Value
- JsonBarcodeFormat
[Register("GS1_COMPOSITE")]
public static JsonBarcodeFormat Gs1Composite { get; }
Property Value
- JsonBarcodeFormat
[Register("IATA_2_OF_5")]
public static JsonBarcodeFormat Iata2Of5 { get; }
Property Value
- JsonBarcodeFormat
[Register("INDUSTRIAL_2_OF_5")]
public static JsonBarcodeFormat Industrial2Of5 { get; }
Property Value
- JsonBarcodeFormat
[Register("ITF")]
public static JsonBarcodeFormat Itf { get; }
Property Value
- JsonBarcodeFormat
JapanPost
[Register("JAPAN_POST")]
public static JsonBarcodeFormat JapanPost { get; }
Property Value
- JsonBarcodeFormat
[Register("MICRO_PDF_417")]
public static JsonBarcodeFormat MicroPdf417 { get; }
Property Value
- JsonBarcodeFormat
[Register("MICRO_QR_CODE")]
public static JsonBarcodeFormat MicroQrCode { get; }
Property Value
- JsonBarcodeFormat
[Register("MSI_PLESSEY")]
public static JsonBarcodeFormat MsiPlessey { get; }
Property Value
- JsonBarcodeFormat
[Register("PDF_417")]
public static JsonBarcodeFormat Pdf417 { get; }
Property Value
- JsonBarcodeFormat
[Register("QR_CODE")]
public static JsonBarcodeFormat QrCode { get; }
Property Value
- JsonBarcodeFormat
[Register("ROYAL_MAIL")]
public static JsonBarcodeFormat RoyalMail { get; }
Property Value
- JsonBarcodeFormat
RoyalTntPost
[Register("ROYAL_TNT_POST")]
public static JsonBarcodeFormat RoyalTntPost { get; }
Property Value
- JsonBarcodeFormat
[Register("UPC_A")]
public static JsonBarcodeFormat UpcA { get; }
Property Value
- JsonBarcodeFormat
[Register("UPC_E")]
public static JsonBarcodeFormat UpcE { get; }
Property Value
- JsonBarcodeFormat
[Register("USPS_INTELLIGENT_MAIL")]
public static JsonBarcodeFormat UspsIntelligentMail { get; }
Property Value
- JsonBarcodeFormat
Methods
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui/configuration/json/JsonBarcodeFormat;", "")]
public static JsonBarcodeFormat ValueOf(string value)
Parameters
value
string
Returns
- JsonBarcodeFormat
[Register("values", "()[Lio/scanbot/sdk/ui/configuration/json/JsonBarcodeFormat;", "")]
public static JsonBarcodeFormat[] Values()
Returns
- JsonBarcodeFormat[]