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
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
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
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"