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

PdfViewerControl.PageLayout Property

Gets or sets a value that defines the manner in which PDF pages are positioned within the PDF viewer.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public PdfPageLayout PageLayout { get; set; }

Property Value

Type Description
PdfPageLayout

One of the PdfPageLayout values. The default value is PdfPageLayout.OneColumn.

See Also