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

DocumentStorageLocation Enum

Lists possible locations for storing different document parts in a DocumentStorage.

Namespace: DevExpress.XtraPrinting.Caching

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

Declaration

public enum DocumentStorageLocation

Members

Name Description
Page

The DocumentStorage-specific location for storing document pages individually.

Document

The DocumentStorage-specific location for storing the elements that are common to the entire document - bookmarks, navigation, page numbers, etc.

Metadata

The DocumentStorage-specific location for storing document metadata.

ExportInfo

The DocumentStorage-specific location for storing information required to export the document in the continuous (single file) mode.

See Also