Click or drag to resize

PageLayout Enumeration

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

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public enum PageLayout
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