Class BarcodeFormat
- Namespace
- IO.Scanbot.Sdk.Barcode
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodeFormat : Enum
- Inheritance
-
BarcodeFormat
Properties
AustraliaPost
public static BarcodeFormat AustraliaPost { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Aztec { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Codabar { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Code11 { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Code128 { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Code25 { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Code32 { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Code39 { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Code93 { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat DataMatrix { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Databar { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat DatabarExpanded { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat DatabarLimited { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Ean13 { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Ean8 { get; }
Property Value
- BarcodeFormat
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
public static BarcodeFormat Gs1Composite { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Iata2Of5 { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Industrial2Of5 { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Itf { get; }
Property Value
- BarcodeFormat
JapanPost
public static BarcodeFormat JapanPost { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat MaxiCode { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat MicroPdf417 { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat MicroQrCode { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat MsiPlessey { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat None { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Pdf417 { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat PharmaCode { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat PharmaCodeTwoTrack { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Pzn7 { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat Pzn8 { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat QrCode { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat RmqrCode { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat RoyalMail { get; }
Property Value
- BarcodeFormat
RoyalTntPost
public static BarcodeFormat RoyalTntPost { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat UpcA { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat UpcE { get; }
Property Value
- BarcodeFormat
public static BarcodeFormat UspsIntelligentMail { get; }
Property Value
- BarcodeFormat
Methods
public static BarcodeFormat FromJson(string json)
Parameters
json
string
Returns
- BarcodeFormat
Returns
- string
public static BarcodeFormat ValueOf(string value)
Parameters
value
string
Returns
- BarcodeFormat
public static BarcodeFormat[] Values()
Returns
- BarcodeFormat[]