Table of Contents

Class DocumentScannerFactory

Namespace
IO.Scanbot.Sdk.Documentscanner
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentscanner/DocumentScannerFactory", DoNotGenerateAcw = true)]
public sealed class DocumentScannerFactory : Object, IDocumentScannerFactory, IJavaObject, IJavaPeerable, IDisposable
Inheritance
DocumentScannerFactory
Implements
Inherited Members

Constructors

DocumentScannerFactory()

[Register(".ctor", "()V", "")]
public DocumentScannerFactory()

DocumentScannerFactory(DocumentScannerEngineMode)

[Register(".ctor", "(Lio/scanbot/sdk/documentscanner/DocumentScannerEngineMode;)V", "")]
public DocumentScannerFactory(DocumentScannerEngineMode documentScannerEngineMode)

Parameters

documentScannerEngineMode DocumentScannerEngineMode

Methods

Create(DocumentScannerConfiguration)

[Register("create", "(Lio/scanbot/sdk/documentscanner/DocumentScannerConfiguration;)Lio/scanbot/common/Result;", "")]
public IResult Create(DocumentScannerConfiguration configuration)

Parameters

configuration DocumentScannerConfiguration

Returns

IResult