Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocument.PageLayout Property

Indicates the page layout of the opened document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v22.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfPageLayout PageLayout { get; set; }

Property Value

Type Default Description
PdfPageLayout PdfPageLayout.OneColumn

A PdfPageLayout enumeration value.

See Also