Class PageStorage
- Namespace
- IO.Scanbot.Sdk.Persistence.Page
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/page/PageStorage", DoNotGenerateAcw = true)]
[Obsolete("Use the 'IO.Scanbot.Sdk.Persistence.Page.IPageStorage' type. This class will be removed in a future release.")]
public abstract class PageStorage : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
PageStorage
- Implements
- Inherited Members
Fields
LegacyDraftPagesDirName
[Register("LEGACY_DRAFT_PAGES_DIR_NAME")]
[Obsolete("Use 'IO.Scanbot.Sdk.Persistence.Page.IPageStorage.LegacyDraftPagesDirName'. This class will be removed in a future release.")]
public const string LegacyDraftPagesDirName = "draft_snapping_pages"
Field Value
LegacyPagesDirName
[Register("LEGACY_PAGES_DIR_NAME")]
[Obsolete("Use 'IO.Scanbot.Sdk.Persistence.Page.IPageStorage.LegacyPagesDirName'. This class will be removed in a future release.")]
public const string LegacyPagesDirName = "snapping_pages"
Field Value
PagesDirName
[Register("PAGES_DIR_NAME")]
[Obsolete("Use 'IO.Scanbot.Sdk.Persistence.Page.IPageStorage.PagesDirName'. This class will be removed in a future release.")]
public const string PagesDirName = "pages"