Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PageDisplayMode Enum

Enumerates values that specify the page display mode in the document preview.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v24.2.Core.dll

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

#Declaration

public enum PageDisplayMode

#Members

Name Description
Single

Document pages are displayed in one column.

Columns

Document pages are displayed in multiple columns, the number of which is specified by the DocumentPreviewControl.ColumnsCount property.

Wrap

Document pages are automatically displayed in columns and wrapped if there is insufficient space to display a specific page.

#Related API Members

The following properties accept/return PageDisplayMode values:

#Remarks

The values listed by this enumeration are used to set the DocumentPreviewControl.PageDisplayMode property.

See Also