Table of Contents

Class RootDocumentType

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

Properties

CreditCard

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

Property Value

RootDocumentType

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

Type

public GenericDocumentType Type { get; }

Property Value

GenericDocumentType

Methods

ValueOf(string)

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

Parameters

value string

Returns

RootDocumentType

Values()

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

Returns

RootDocumentType[]