Table of Contents

Class InternalPageStorage

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

Constructors

InternalPageStorage(Application, PageStorageSettings)

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