Table of Contents

Class CustomDocumentStorage

Namespace
IO.Scanbot.Sdk.Persistence.Document
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/document/CustomDocumentStorage", DoNotGenerateAcw = true)]
public sealed class CustomDocumentStorage : DocumentStorageBase, IDocumentStorage, IJavaObject, IJavaPeerable, IDisposable
Inheritance
CustomDocumentStorage
Implements
Inherited Members

Constructors

CustomDocumentStorage(Application, string)

[Register(".ctor", "(Landroid/app/Application;Ljava/lang/String;)V", "")]
public CustomDocumentStorage(Application application, string sdkFilesDirPath)

Parameters

application Application
sdkFilesDirPath string

Properties

Ctw

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

Property Value

string

DocumentsDirectory

public override File DocumentsDirectory { get; }

Property Value

File