Table of Contents

Class DraftPageStorageProcessor

Namespace
IO.Scanbot.Sdk.Persistence.Page.Legacy.Draft
Assembly
DocumentSDK.NET.Droid.dll
[Obsolete("This class is obsoleted in this android platform")]
public sealed class DraftPageStorageProcessor : PageStorageProcessor
Inheritance
DraftPageStorageProcessor
Inherited Members

Constructors

DraftPageStorageProcessor(IDocumentScanner, DraftPageStorage, ILegacyPageStorage, PageStorageSettings, IImageFileIOProcessor)

public DraftPageStorageProcessor(IDocumentScanner documentScanner, DraftPageStorage draftPageStorage, ILegacyPageStorage mainPageStorage, PageStorageSettings pageStorageSettings, IImageFileIOProcessor imageFileIOProcessor)

Parameters

documentScanner IDocumentScanner
draftPageStorage DraftPageStorage
mainPageStorage ILegacyPageStorage
pageStorageSettings PageStorageSettings
imageFileIOProcessor IImageFileIOProcessor

Properties

H

public ILegacyPageStorage H { get; set; }

Property Value

ILegacyPageStorage

Methods

FinalizeDraftPage(Page)

public void FinalizeDraftPage(Page page)

Parameters

page Page