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
ApplicationpageStorageSettings
PageStorageSettings
DraftPageStorage(nint, JniHandleOwnership)
protected DraftPageStorage(nint javaReference, JniHandleOwnership transfer)
Parameters
javaReference
ninttransfer
JniHandleOwnership
Properties
Application
public Application Application { get; }
Property Value
B
[Register("b")]
public Application B { get; set; }
Property Value
C
[Register("c")]
public PageStorageSettings C { get; set; }
Property Value
D
[Register("d")]
public string D { get; set; }
Property Value
DraftSdkPagesFolderName
public string DraftSdkPagesFolderName { get; }
Property Value
PageStorageSettings
public PageStorageSettings PageStorageSettings { get; }