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