Click or drag to resize
Pdf Library for .NET

PdfViewerPreferencesPageLayout Property

Gets or sets the page layout to be used when the document is opened.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public PdfViewerPageLayout PageLayout { get; set; }

Property Value

Type: PdfViewerPageLayout
Remarks
The default value for this property is OneColumn.
See Also