Table of Contents

Class DraftPageStorage

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

Constructors

DraftPageStorage(Application, PageStorageSettings)

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

Parameters

application Application
pageStorageSettings PageStorageSettings

DraftPageStorage(nint, JniHandleOwnership)

protected DraftPageStorage(nint javaReference, JniHandleOwnership transfer)

Parameters

javaReference nint
transfer JniHandleOwnership

Properties

Application

public Application Application { get; }

Property Value

Application

B

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

Property Value

Application

C

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

Property Value

PageStorageSettings

D

[Register("d")]
public string D { get; set; }

Property Value

string

DraftSdkPagesFolderName

public string DraftSdkPagesFolderName { get; }

Property Value

string

PageStorageSettings

public PageStorageSettings PageStorageSettings { get; }

Property Value

PageStorageSettings