PdfPageLayout Enum
Lists the values that define how the page is positioned in the PDF Viewer.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
[PdfDefaultField(PdfPageLayout.SinglePage)]
[PdfSupportUndefinedValue]
public enum PdfPageLayout
#Members
Name | Description |
---|---|
Single
|
The PDF Viewer displays one page at a time. |
One
|
The PDF Viewer displays pages in one column. |
Two
|
The PDF Viewer displays the pages in two columns, with odd-numbered pages on the left. |
Two
|
The PDF Viewer displays pages in two columns, with odd-numbered pages on the right. |
Two
|
The PDF Viewer displays the pages two at a time, with odd-numbered pages on the left. |
Two
|
The PDF Viewer displays the pages two at a time, with odd-numbered pages on the right. |
#Related API Members
The following properties accept/return PdfPageLayout values:
Library | Related API Members |
---|---|
WPF Controls | Pdf |
Office File API | Pdf |
#Remarks
The values listed by the PdfPageLayout enumeration are used to set the PdfDocument.PageLayout and PdfViewerControl.PageLayout properties.