Class InternalDocumentStorage
- Namespace
- IO.Scanbot.Sdk.Persistence.Document
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/document/InternalDocumentStorage", DoNotGenerateAcw = true)]
public sealed class InternalDocumentStorage : DocumentStorageBase, IDocumentStorage, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
InternalDocumentStorage
- Implements
- Inherited Members
Constructors
InternalDocumentStorage(Application)
[Register(".ctor", "(Landroid/app/Application;)V", "")]
public InternalDocumentStorage(Application application)
Parameters
application
Application
Properties
A
[Register("a")]
public Application A { get; set; }
Property Value
DocumentsDirectory
public override File DocumentsDirectory { get; }