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.v19.2.Core.dll

Declaration

public PdfPageLayout PageLayout { get; set; }

Property Value

Type Description
PdfPageLayout

A PdfPageLayout enumeration value. The default value is PdfPageLayout.OneColumn.

See Also