Table of Contents

Interface IDocumentApi

Namespace
IO.Scanbot.Sdk.Docprocessing
Assembly
DocumentSDK.NET.Droid.dll
public interface IDocumentApi : IJavaObject, IDisposable, IJavaPeerable
Inherited Members

Methods

CreateDocument(int)

Document CreateDocument(int documentImageSizeLimit)

Parameters

documentImageSizeLimit int

Returns

Document

DeleteAllDocuments()

bool DeleteAllDocuments()

Returns

bool

DeleteDocument(string)

bool DeleteDocument(string uuid)

Parameters

uuid string

Returns

bool

IsDocumentExist(string)

bool IsDocumentExist(string documentId)

Parameters

documentId string

Returns

bool

LoadDocument(string)

Document LoadDocument(string documentId)

Parameters

documentId string

Returns

Document

StoredDocumentIds()

IList<string> StoredDocumentIds()

Returns

IList<string>