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.v19.1.dll

Declaration

public PdfPageLayout PageLayout { get; set; }

Property Value

Type Description
PdfPageLayout

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

See Also