Class IPageStorage.Companion
- Namespace
- IO.Scanbot.Sdk.Persistence.Page
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/page/PageStorage$Companion", DoNotGenerateAcw = true)]
public sealed class IPageStorage.Companion : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
IPageStorage.Companion
- Implements
- Inherited Members
Fields
LegacyDraftPagesDirName
[Register("LEGACY_DRAFT_PAGES_DIR_NAME")]
public const string LegacyDraftPagesDirName = "draft_snapping_pages"
Field Value
LegacyPagesDirName
[Register("LEGACY_PAGES_DIR_NAME")]
public const string LegacyPagesDirName = "snapping_pages"
Field Value
PagesDirName
[Register("PAGES_DIR_NAME")]
public const string PagesDirName = "pages"
Field Value
Properties
A
[Register("a")]
public static IPageStorage.Companion A { get; }