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
Entries
public static IEnumEntries Entries { get; }
Property Value
Type
public GenericDocumentType Type { get; }
Property Value
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/creditcard/entity/RootDocumentType;", "")]
public static RootDocumentType ValueOf(string value)
Parameters
valuestring
Returns
Values()
[Register("values", "()[Lio/scanbot/sdk/creditcard/entity/RootDocumentType;", "")]
public static RootDocumentType[] Values()