Class BarcodeDocumentFormat
- Namespace
- IO.Scanbot.Sdk.Barcode.Entity
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/entity/BarcodeDocumentFormat", DoNotGenerateAcw = true)]
public sealed class BarcodeDocumentFormat : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
BarcodeDocumentFormat
- Implements
-
- Inherited Members
-
Properties
[Register("a")]
public static IList<BarcodeDocumentFormat> A { get; }
Property Value
- IList<BarcodeDocumentFormat>
[Register("AAMVA")]
public static BarcodeDocumentFormat Aamva { get; }
Property Value
- BarcodeDocumentFormat
[Register("BOARDING_PASS")]
public static BarcodeDocumentFormat BoardingPass { get; }
Property Value
- BarcodeDocumentFormat
[Register("DE_MEDICAL_PLAN")]
public static BarcodeDocumentFormat DeMedicalPlan { get; }
Property Value
- BarcodeDocumentFormat
[Register("GS1")]
public static BarcodeDocumentFormat Gs1 { get; }
Property Value
- BarcodeDocumentFormat
[Register("ID_CARD_PDF_417")]
public static BarcodeDocumentFormat IdCardPdf417 { get; }
Property Value
- BarcodeDocumentFormat
[Register("MEDICAL_CERTIFICATE")]
public static BarcodeDocumentFormat MedicalCertificate { get; }
Property Value
- BarcodeDocumentFormat
[Register("SEPA")]
public static BarcodeDocumentFormat Sepa { get; }
Property Value
- BarcodeDocumentFormat
public string StringId { get; }
Property Value
- string
[Register("SWISS_QR")]
public static BarcodeDocumentFormat SwissQr { get; }
Property Value
- BarcodeDocumentFormat
[Register("VCARD")]
public static BarcodeDocumentFormat Vcard { get; }
Property Value
- BarcodeDocumentFormat
Methods
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/barcode/entity/BarcodeDocumentFormat;", "")]
public static BarcodeDocumentFormat ValueOf(string value)
Parameters
value
string
Returns
- BarcodeDocumentFormat
[Register("values", "()[Lio/scanbot/sdk/barcode/entity/BarcodeDocumentFormat;", "")]
public static BarcodeDocumentFormat[] Values()
Returns
- BarcodeDocumentFormat[]