Table of Contents
PdfPageLayout Enumeration

Specifying the page layout to be used when the document is opened.

Namespace: EO.Pdf
Assembly: EO.Pdf (in EO.Pdf.dll)

Syntax
 public enum PdfPageLayout
Members
Member Name Description
SinglePage Displays one page at a time. This is the default value.
OneColumn Displays the pages in one column.
TwoColumnLeft Displays the pages in two columns, with odd-numbered pages on the left.
TwoColumnRight Displays the pages in two columns, with odd-numbered pages on the right.
TwoPageLeft Displays the pages two at a time, with odd-numbered pages on the left.
TwoPageRight Displays the pages two at a time, with odd-numbered pages on the right.
See Also