Table of Contents

Class RootDocumentType

Namespace
IO.Scanbot.Sdk.Barcode.Entity
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/entity/RootDocumentType", DoNotGenerateAcw = true)]
public sealed class RootDocumentType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
RootDocumentType
Implements
Inherited Members

Properties

Aamva

[Register("AAMVA")]
public static RootDocumentType Aamva { get; }

Property Value

RootDocumentType

BoardingPass

[Register("BoardingPass")]
public static RootDocumentType BoardingPass { get; }

Property Value

RootDocumentType

BritishColumbiaDriverLicense

[Register("BritishColumbiaDriverLicense")]
public static RootDocumentType BritishColumbiaDriverLicense { get; }

Property Value

RootDocumentType

DEMedicalPlan

[Register("DEMedicalPlan")]
public static RootDocumentType DEMedicalPlan { get; }

Property Value

RootDocumentType

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

Gs1

[Register("GS1")]
public static RootDocumentType Gs1 { get; }

Property Value

RootDocumentType

Hibc

[Register("HIBC")]
public static RootDocumentType Hibc { 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 GenericDocumentType Type { get; }

Property Value

GenericDocumentType

VCard

[Register("VCard")]
public static RootDocumentType VCard { get; }

Property Value

RootDocumentType

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/barcode/entity/RootDocumentType;", "")]
public static RootDocumentType ValueOf(string value)

Parameters

value string

Returns

RootDocumentType

Values()

[Register("values", "()[Lio/scanbot/sdk/barcode/entity/RootDocumentType;", "")]
public static RootDocumentType[] Values()

Returns

RootDocumentType[]