Table of Contents

Class DocumentStorage

Namespace
IO.Scanbot.Sdk.Persistence.Document
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/document/DocumentStorage", DoNotGenerateAcw = true)]
[Obsolete("Use the 'IO.Scanbot.Sdk.Persistence.Document.IDocumentStorage' type. This class will be removed in a future release.")]
public abstract class DocumentStorage : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
DocumentStorage
Implements
Inherited Members

Fields

DocumentMetadataFileName

[Register("DOCUMENT_METADATA_FILE_NAME")]
[Obsolete("Use 'IO.Scanbot.Sdk.Persistence.Document.IDocumentStorage.DocumentMetadataFileName'. This class will be removed in a future release.")]
public const string DocumentMetadataFileName = "document_metadata.json"

Field Value

string

DocumentPdfFileNameMask

[Register("DOCUMENT_PDF_FILE_NAME_MASK")]
[Obsolete("Use 'IO.Scanbot.Sdk.Persistence.Document.IDocumentStorage.DocumentPdfFileNameMask'. This class will be removed in a future release.")]
public const string DocumentPdfFileNameMask = "%s.pdf"

Field Value

string

DocumentTiffFileNameMask

[Register("DOCUMENT_TIFF_FILE_NAME_MASK")]
[Obsolete("Use 'IO.Scanbot.Sdk.Persistence.Document.IDocumentStorage.DocumentTiffFileNameMask'. This class will be removed in a future release.")]
public const string DocumentTiffFileNameMask = "%s.tiff"

Field Value

string

DocumentsDirName

[Register("DOCUMENTS_DIR_NAME")]
[Obsolete("Use 'IO.Scanbot.Sdk.Persistence.Document.IDocumentStorage.DocumentsDirName'. This class will be removed in a future release.")]
public const string DocumentsDirName = "documents"

Field Value

string