Click or drag to resize
Pdf Library for .NET

PdfViewerPageLayout Enumeration

Specifies the page layout to be used when the pdf document is opened in a viewer.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public enum PdfViewerPageLayout
Members
Member nameValueDescription
SinglePage0 Displays one page at a time.
OneColumn1 Displays the pages in one column.
TwoColumnLeft2 Displays the pages in two columns, with odd-numbered pages on the left.
TwoColumnRight3 Displays the pages in two columns, with odd-numbered pages on the right.
See Also