Table of Contents

Class DraftPageStorage

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

Constructors

DraftPageStorage(Application, PageStorageSettings)

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

Ctd

[Register("ctd")]
public string Ctd { get; set; }

Property Value

string

Ctv

[Register("ctv")]
public PageStorageSettings Ctv { get; set; }

Property Value

PageStorageSettings

Ctw

[Register("ctw")]
public Application Ctw { get; set; }

Property Value

Application

DraftSdkPagesFolderName

public string DraftSdkPagesFolderName { get; }

Property Value

string

PageStorageSettings

public PageStorageSettings PageStorageSettings { get; }

Property Value

PageStorageSettings