Table of Contents

Class CustomPageStorage

Namespace
IO.Scanbot.Sdk.Persistence.Page.Legacy
Assembly
DocumentSDK.NET.Droid.dll
[Obsolete("This class is obsoleted in this android platform")]
[Register("io/scanbot/sdk/persistence/page/legacy/CustomPageStorage", DoNotGenerateAcw = true)]
public sealed class CustomPageStorage : PageStorageBase, ILegacyPageStorage, IPageStorage, IJavaObject, IJavaPeerable, IDisposable
Inheritance
CustomPageStorage
Implements
Inherited Members

Constructors

CustomPageStorage(Application, PageStorageSettings)

[Register(".ctor", "(Landroid/app/Application;Lio/scanbot/sdk/persistence/page/PageStorageSettings;)V", "")]
public CustomPageStorage(Application application, PageStorageSettings pageStorageSettings)

Parameters

application Application
pageStorageSettings PageStorageSettings

Properties

B

[Register("b")]
public Application B { get; set; }

Property Value

Application

PagesDirectory

public override File PagesDirectory { get; }

Property Value

File