Table of Contents

Class CustomPageStorage

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

Constructors

CustomPageStorage(Application, PageStorageSettings)

[Register(".ctor", "(Landroid/app/Application;Lio/scanbot/sdk/persistence/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

C

[Register("c")]
public string C { get; set; }

Property Value

string

PagesDirectory

public override File PagesDirectory { get; }

Property Value

File