Class DocumentStorageBase.InterfaceConsts
- Namespace
- IO.Scanbot.Sdk.Persistence.Document
- Assembly
- DocumentSDK.NET.Droid.dll
public static class DocumentStorageBase.InterfaceConsts
- Inheritance
-
DocumentStorageBase.InterfaceConsts
- Inherited Members
-
Fields
[Register("DOCUMENT_METADATA_FILE_NAME")]
public const string DocumentMetadataFileName = "document_metadata.json"
Field Value
- string
DocumentPdfFileNameMask
[Register("DOCUMENT_PDF_FILE_NAME_MASK")]
public const string DocumentPdfFileNameMask = "%s.pdf"
Field Value
- string
DocumentTiffFileNameMask
[Register("DOCUMENT_TIFF_FILE_NAME_MASK")]
public const string DocumentTiffFileNameMask = "%s.tiff"
Field Value
- string
DocumentsDirName
[Register("DOCUMENTS_DIR_NAME")]
public const string DocumentsDirName = "documents"
Field Value
- string