Table of Contents

Class DocumentPageStorageProcessor

Namespace
IO.Scanbot.Sdk.Persistence.Page
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/page/DocumentPageStorageProcessor", DoNotGenerateAcw = true)]
public sealed class DocumentPageStorageProcessor : PageStorageProcessor, IJavaObject, IJavaPeerable, IDisposable
Inheritance
DocumentPageStorageProcessor
Implements
Inherited Members

Constructors

DocumentPageStorageProcessor(IDocumentPageStorage, PageStorageSettings, IImageFileIOProcessor)

[Register(".ctor", "(Lio/scanbot/sdk/persistence/page/DocumentPageStorage;Lio/scanbot/sdk/persistence/page/PageStorageSettings;Lio/scanbot/sdk/persistence/fileio/ImageFileIOProcessor;)V", "")]
public DocumentPageStorageProcessor(IDocumentPageStorage pageStorage, PageStorageSettings pageStorageSettings, IImageFileIOProcessor imageFileIOProcessor)

Parameters

pageStorage IDocumentPageStorage
pageStorageSettings PageStorageSettings
imageFileIOProcessor IImageFileIOProcessor

Properties

D

[Register("d")]
public IDocumentPageStorage D { get; set; }

Property Value

IDocumentPageStorage

E

[Register("e")]
public PageStorageSettings E { get; set; }

Property Value

PageStorageSettings