Table of Contents

Class DocumentStorage

Namespace
IO.Scanbot.Sdk.Persistence.Document
Assembly
DocumentSDK.NET.Droid.dll
[Obsolete("Use the 'IO.Scanbot.Sdk.Persistence.Document.IDocumentStorage' type. This class will be removed in a future release.")]
public abstract class DocumentStorage : Object
Inheritance
DocumentStorage

Fields

DocumentMetadataFileName

[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

[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

[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

[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