Table of Contents

Class RootDocumentType

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

Properties

AUSCheck

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

Property Value

RootDocumentType

CANCheck

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

Property Value

RootDocumentType

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

FRACheck

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

Property Value

RootDocumentType

INDCheck

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

Property Value

RootDocumentType

ISRCheck

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

Property Value

RootDocumentType

KWTCheck

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

Property Value

RootDocumentType

Type

public GenericDocumentType Type { get; }

Property Value

GenericDocumentType

UAECheck

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

Property Value

RootDocumentType

USACheck

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

Property Value

RootDocumentType

UnknownCheck

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

Property Value

RootDocumentType

Methods

ValueOf(string)

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

Parameters

value string

Returns

RootDocumentType

Values()

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

Returns

RootDocumentType[]