Click or drag to resize

PdfPageLayout Enumeration

Represents a page layout that shall be used when the document is opened.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public enum PdfPageLayout
Members
Member nameValueDescription
OneColumn0 Display the pages in one column.
SinglePage1 Display one page at a time.
TwoColumnLeft2 Display the pages in two columns, with odd-numbered pages on the left.
TwoColumnRight3 Display the pages in two columns, with odd-numbered pages on the right.
TwoPageLeft4(PDF 1.5) Display the pages two at a time, with odd-numbered pages on the left.
TwoPageRight5(PDF 1.5) Display the pages two at a time, with odd-numbered pages on the right.
See Also