Class RootDocumentType
- Namespace
- IO.Scanbot.Barcodescanner.Entity
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/barcodescanner/entity/RootDocumentType", DoNotGenerateAcw = true)]
public sealed class RootDocumentType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
RootDocumentType
- Implements
-
- Inherited Members
-
Properties
A
[Register("a")]
public GenericDocument.Type A { get; set; }
Property Value
- GenericDocument.Type
Aamva
[Register("AAMVA")]
public static RootDocumentType Aamva { get; }
Property Value
- RootDocumentType
B
[Register("b")]
public static IList B { get; }
Property Value
- IList
BoardingPass
[Register("BoardingPass")]
public static RootDocumentType BoardingPass { get; }
Property Value
- RootDocumentType
C
[Register("c")]
public static IList<RootDocumentType> C { get; }
Property Value
- IList<RootDocumentType>
DEMedicalPlan
[Register("DEMedicalPlan")]
public static RootDocumentType DEMedicalPlan { get; }
Property Value
- RootDocumentType
Gs1
[Register("GS1")]
public static RootDocumentType Gs1 { get; }
Property Value
- RootDocumentType
IDCardPDF417
[Register("IDCardPDF417")]
public static RootDocumentType IDCardPDF417 { get; }
Property Value
- RootDocumentType
MedicalCertificate
[Register("MedicalCertificate")]
public static RootDocumentType MedicalCertificate { get; }
Property Value
- RootDocumentType
Sepa
[Register("SEPA")]
public static RootDocumentType Sepa { get; }
Property Value
- RootDocumentType
SwissQR
[Register("SwissQR")]
public static RootDocumentType SwissQR { get; }
Property Value
- RootDocumentType
Type
public GenericDocument.Type Type { get; }
Property Value
- GenericDocument.Type
VCard
[Register("VCard")]
public static RootDocumentType VCard { get; }
Property Value
- RootDocumentType
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/barcodescanner/entity/RootDocumentType;", "")]
public static RootDocumentType ValueOf(string value)
Parameters
value
string
Returns
- RootDocumentType
Values()
[Register("values", "()[Lio/scanbot/barcodescanner/entity/RootDocumentType;", "")]
public static RootDocumentType[] Values()
Returns
- RootDocumentType[]