Back to Devexpress

PdfDocument.PageLayout Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-ed1b6d6c.md

latest1.6 KB
Original Source

PdfDocument.PageLayout Property

Indicates the page layout of the opened document.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfPageLayout PageLayout { get; set; }
vb
Public Property PageLayout As PdfPageLayout

Property Value

TypeDescription
PdfPageLayout

A PdfPageLayout enumeration value.

|

Available values:

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 | |

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace