DocumentStorageLocation Enum
Lists storage types that store document parts in a DocumentStorage.
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Page
|
The DocumentStorage-specific location that stores individual document pages. |
Document
|
The DocumentStorage-specific location that stores the elements that are common to the entire document, for instance, bookmarks, navigation, and page numbers. |
Metadata
|
The DocumentStorage-specific location that stores document metadata. |
ExportInfo
|
The DocumentStorage-specific location that stores data required to export the document in the continuous (single file) mode. |
Image
|
The DocumentStorage for document images. |
See Also