Back to Devexpress

PdfPageLayout Enum

officefileapi-devexpress-dot-pdf-143271d6.md

latest2.0 KB
Original Source

PdfPageLayout Enum

Lists the values that define how the page is positioned in the PDF Viewer.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
[PdfDefaultField(PdfPageLayout.Default)]
[PdfSupportUndefinedValue]
public enum PdfPageLayout
vb
<PdfSupportUndefinedValue>
<PdfDefaultField(PdfPageLayout.Default)>
Public Enum PdfPageLayout

Members

NameDescription
SinglePage

The PDF Viewer displays one page at a time.

| | OneColumn |

The PDF Viewer displays pages in one column.

| | TwoColumnLeft |

The PDF Viewer displays the pages in two columns, with odd-numbered pages on the left.

| | TwoColumnRight |

The PDF Viewer displays pages in two columns, with odd-numbered pages on the right.

| | TwoPageLeft |

The PDF Viewer displays the pages two at a time, with odd-numbered pages on the left.

| | TwoPageRight |

The PDF Viewer displays the pages two at a time, with odd-numbered pages on the right.

| | Default | |

The following properties accept/return PdfPageLayout values:

LibraryRelated API Members
WPF ControlsPdfViewerControl.PageLayout
Office File APIPdfDocument.PageLayout

Remarks

The values listed by the PdfPageLayout enumeration are used to set the PdfDocument.PageLayout and PdfViewerControl.PageLayout properties.

See Also

DevExpress.Pdf Namespace