Back to Devexpress

PageDisplayMode Enum

wpf-devexpress-dot-xpf-dot-documentviewer-4f13a1c4.md

latest1.6 KB
Original Source

PageDisplayMode Enum

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

Namespace : DevExpress.Xpf.DocumentViewer

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

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public enum PageDisplayMode
vb
Public Enum PageDisplayMode

Members

NameDescription
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.

|

The following properties accept/return PageDisplayMode values:

Remarks

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

See Also

DevExpress.Xpf.DocumentViewer Namespace