Back to Devexpress

DocumentStorageLocation Enum

corelibraries-devexpress-dot-xtraprinting-dot-caching-9350a42d.md

latest2.1 KB
Original Source

DocumentStorageLocation Enum

Lists storage types that store document parts in a DocumentStorage.

Namespace : DevExpress.XtraPrinting.Caching

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum DocumentStorageLocation
vb
Public Enum DocumentStorageLocation

Members

NameDescription
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

DevExpress.XtraPrinting.Caching Namespace