Table of Contents

Interface IDocumentScannerFactory

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

Methods

Create(DocumentScannerConfiguration)

[Register("create", "(Lio/scanbot/sdk/documentscanner/DocumentScannerConfiguration;)Lio/scanbot/common/Result;", "GetCreate_Lio_scanbot_sdk_documentscanner_DocumentScannerConfiguration_Handler:IO.Scanbot.Sdk.Documentscanner.IDocumentScannerFactoryInvoker, DocumentSDK.NET.Droid")]
IResult Create(DocumentScannerConfiguration configuration)

Parameters

configuration DocumentScannerConfiguration

Returns

IResult