PdfDocument.PageLayout Property
In This Article
Indicates the page layout of the opened document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfPageLayout PageLayout { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
Available values:
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. |
See Also