Skip to main content
A newer version of this page is available. .

DocumentStorageLocation Enum

Lists storage types that store document parts in a DocumentStorage.

Namespace: DevExpress.XtraPrinting.Caching

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public enum DocumentStorageLocation

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