Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf
- Classes
- Interfaces
- Enumerations
- HtmlToPdfAutoFitMode Enumeration
- HtmlToPdfErrorCode Enumeration
- HtmlToPdfMode Enumeration
- HtmlToPdfTriggerMode Enumeration
- PageBreakMode Enumeration
- PdfActionType Enumeration
- PdfDestFitMode Enumeration
- PdfDocumentPermissions Enumeration
- PdfPageLayout Enumeration
- PdfPageMode Enumeration
- PdfPortfolioView Enumeration
- PdfStandard Enumeration
- PdfTextFieldMode Enumeration
- PdfViewerErrorCode Enumeration
- PdfViewerUIElement Enumeration
- SSLVerificationMode Enumeration
- Delegates
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
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