Table of Contents

Interface IDocumentScanner

Namespace
IO.Scanbot.Sdk.Documentscanner
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentscanner/DocumentScanner", "", "IO.Scanbot.Sdk.Documentscanner.IDocumentScannerInvoker")]
public interface IDocumentScanner : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Methods

ClearResult()

[Register("clearResult", "()V", "GetClearResultHandler:IO.Scanbot.Sdk.Documentscanner.IDocumentScannerInvoker, DocumentSDK.NET.Droid")]
void ClearResult()

CopyCurrentConfiguration()

[Register("copyCurrentConfiguration", "()Lio/scanbot/sdk/documentscanner/DocumentScannerConfiguration;", "GetCopyCurrentConfigurationHandler:IO.Scanbot.Sdk.Documentscanner.IDocumentScannerInvoker, DocumentSDK.NET.Droid")]
DocumentScannerConfiguration CopyCurrentConfiguration()

Returns

DocumentScannerConfiguration

Run(ImageRef)

[Register("run", "(Lio/scanbot/sdk/image/ImageRef;)Lio/scanbot/common/Result;", "GetRun_Lio_scanbot_sdk_image_ImageRef_Handler:IO.Scanbot.Sdk.Documentscanner.IDocumentScannerInvoker, DocumentSDK.NET.Droid")]
IResult Run(ImageRef image)

Parameters

image ImageRef

Returns

IResult

Scan(ImageRef)

[Register("scan", "(Lio/scanbot/sdk/image/ImageRef;)Lio/scanbot/common/Result;", "GetScan_Lio_scanbot_sdk_image_ImageRef_Handler:IO.Scanbot.Sdk.Documentscanner.IDocumentScannerInvoker, DocumentSDK.NET.Droid")]
IResult Scan(ImageRef image)

Parameters

image ImageRef

Returns

IResult

SetConfiguration(DocumentScannerConfiguration)

[Register("setConfiguration", "(Lio/scanbot/sdk/documentscanner/DocumentScannerConfiguration;)Lio/scanbot/common/Result;", "GetSetConfiguration_Lio_scanbot_sdk_documentscanner_DocumentScannerConfiguration_Handler:IO.Scanbot.Sdk.Documentscanner.IDocumentScannerInvoker, DocumentSDK.NET.Droid")]
IResult SetConfiguration(DocumentScannerConfiguration configuration)

Parameters

configuration DocumentScannerConfiguration

Returns

IResult