[SerializableAttribute()]
[DataContractAttribute()]
public enum DocumentDataType
<SerializableAttribute(),
DataContractAttribute()>
Public Enum DocumentDataType
public:
[SerializableAttribute,
DataContractAttribute]
enum class DocumentDataType sealed
Value | Member | Description |
---|---|---|
0 | Transient | The document has been created but has not been saved to the cache yet. |
1 | Cached | The document data is saved in the cache. |
2 | Virtual | The document is virtual. |
DocumentDataType is used as the type of LEADDocument.DataType and DocumentPage.DataType properties to determine where the actual original data of the document or page is stored. DocumentViewer uses this value to optimize rendering and not incur unnecessary cache hits.
When a document is first created or loaded but is not saved in the cache, the data type will be set to Transient.
When a document is saved in the cache, the data type will be set to Cached.
When this is a virtual document containing other child documents, the data type will be set to Virtual.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document