Table of Contents

Interface IPageStorage

Namespace
IO.Scanbot.Sdk.Persistence.Page
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/page/PageStorage", "", "IO.Scanbot.Sdk.Persistence.Page.IPageStorageInvoker")]
public interface IPageStorage : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Fields

LegacyDraftPagesDirName

[Register("LEGACY_DRAFT_PAGES_DIR_NAME")]
public const string LegacyDraftPagesDirName = "draft_snapping_pages"

Field Value

string

LegacyPagesDirName

[Register("LEGACY_PAGES_DIR_NAME")]
public const string LegacyPagesDirName = "snapping_pages"

Field Value

string

PagesDirName

[Register("PAGES_DIR_NAME")]
public const string PagesDirName = "pages"

Field Value

string