Table of Contents

Class DraftPageStorageProcessor

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

Constructors

DraftPageStorageProcessor(ContourDetector, DraftPageStorage, IPageStorage, PageStorageSettings, IImageFileIOProcessor)

[Register(".ctor", "(Lio/scanbot/sdk/core/contourdetector/ContourDetector;Lio/scanbot/sdk/persistence/DraftPageStorage;Lio/scanbot/sdk/persistence/PageStorage;Lio/scanbot/sdk/persistence/PageStorageSettings;Lio/scanbot/sdk/persistence/fileio/ImageFileIOProcessor;)V", "")]
public DraftPageStorageProcessor(ContourDetector contourDetector, DraftPageStorage draftPageStorage, IPageStorage mainPageStorage, PageStorageSettings pageStorageSettings, IImageFileIOProcessor imageFileIOProcessor)

Parameters

contourDetector ContourDetector
draftPageStorage DraftPageStorage
mainPageStorage IPageStorage
pageStorageSettings PageStorageSettings
imageFileIOProcessor IImageFileIOProcessor

Properties

F

[Register("f")]
public IPageStorage F { get; set; }

Property Value

IPageStorage

Methods

FinalizeDraftPage(Page)

[Register("finalizeDraftPage", "(Lio/scanbot/sdk/persistence/Page;)V", "")]
public void FinalizeDraftPage(Page page)

Parameters

page Page