Table of Contents

Class DocumentType

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

Properties

A

[Register("a")]
public string A { get; set; }

Property Value

string

Academia

[Register("ACADEMIA")]
public static DocumentType Academia { get; }

Property Value

DocumentType

Accounting

[Register("ACCOUNTING")]
public static DocumentType Accounting { get; }

Property Value

DocumentType

Application

[Register("APPLICATION")]
public static DocumentType Application { get; }

Property Value

DocumentType

B

[Register("b")]
public static IList B { get; set; }

Property Value

IList

BusinessCard

[Register("BUSINESS_CARD")]
public static DocumentType BusinessCard { get; }

Property Value

DocumentType

C

[Register("c")]
public static Locale C { get; set; }

Property Value

Locale

CaseFile

[Register("CASE_FILE")]
public static DocumentType CaseFile { get; }

Property Value

DocumentType

Certificate

[Register("CERTIFICATE")]
public static DocumentType Certificate { get; }

Property Value

DocumentType

Confirmation

[Register("CONFIRMATION")]
public static DocumentType Confirmation { get; }

Property Value

DocumentType

Contract

[Register("CONTRACT")]
public static DocumentType Contract { get; }

Property Value

DocumentType

D

[Register("d")]
public static IDictionary D { get; }

Property Value

IDictionary

DeliveryNote

[Register("DELIVERY_NOTE")]
public static DocumentType DeliveryNote { get; }

Property Value

DocumentType

Discount

[Register("DISCOUNT")]
public static DocumentType Discount { get; }

Property Value

DocumentType

E

[Register("e")]
public static IList<DocumentType> E { get; }

Property Value

IList<DocumentType>

Form

[Register("FORM")]
public static DocumentType Form { get; }

Property Value

DocumentType

Health

[Register("HEALTH")]
public static DocumentType Health { get; }

Property Value

DocumentType

Home

[Register("HOME")]
public static DocumentType Home { get; }

Property Value

DocumentType

Info

[Register("INFO")]
public static DocumentType Info { get; }

Property Value

DocumentType

Invoice

[Register("INVOICE")]
public static DocumentType Invoice { get; }

Property Value

DocumentType

Manual

[Register("MANUAL")]
public static DocumentType Manual { get; }

Property Value

DocumentType

MimeType

public string MimeType { get; }

Property Value

string

Offer

[Register("OFFER")]
public static DocumentType Offer { get; }

Property Value

DocumentType

Order

[Register("ORDER")]
public static DocumentType Order { get; }

Property Value

DocumentType

PaySlip

[Register("PAY_SLIP")]
public static DocumentType PaySlip { get; }

Property Value

DocumentType

PaymentReminder

[Register("PAYMENT_REMINDER")]
public static DocumentType PaymentReminder { get; }

Property Value

DocumentType

Policy

[Register("POLICY")]
public static DocumentType Policy { get; }

Property Value

DocumentType

PowerOffAttorney

[Register("POWER_OFF_ATTORNEY")]
public static DocumentType PowerOffAttorney { get; }

Property Value

DocumentType

PressRelease

[Register("PRESS_RELEASE")]
public static DocumentType PressRelease { get; }

Property Value

DocumentType

Receipt

[Register("RECEIPT")]
public static DocumentType Receipt { get; }

Property Value

DocumentType

Report

[Register("REPORT")]
public static DocumentType Report { get; }

Property Value

DocumentType

Statement

[Register("STATEMENT")]
public static DocumentType Statement { get; }

Property Value

DocumentType

Studies

[Register("STUDIES")]
public static DocumentType Studies { get; }

Property Value

DocumentType

Tac

[Register("TAC")]
public static DocumentType Tac { get; }

Property Value

DocumentType

Tax

[Register("TAX")]
public static DocumentType Tax { get; }

Property Value

DocumentType

Termination

[Register("TERMINATION")]
public static DocumentType Termination { get; }

Property Value

DocumentType

Ticket

[Register("TICKET")]
public static DocumentType Ticket { get; }

Property Value

DocumentType

Unknown

[Register("UNKNOWN")]
public static DocumentType Unknown { get; }

Property Value

DocumentType

Will

[Register("WILL")]
public static DocumentType Will { get; }

Property Value

DocumentType

Methods

GetByMimeType(string)

[Register("getByMimeType", "(Ljava/lang/String;)Lio/scanbot/sdk/entity/DocumentType;", "")]
public static DocumentType GetByMimeType(string mimeType)

Parameters

mimeType string

Returns

DocumentType

GetDisplayName(Context)

[Register("getDisplayName", "(Landroid/content/Context;)Ljava/lang/String;", "")]
public string GetDisplayName(Context context)

Parameters

context Context

Returns

string

ValueOf(string)

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

Parameters

value string

Returns

DocumentType

Values()

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

Returns

DocumentType[]