Click or drag to resize
PageLayout Enumeration
Descibes page layout.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum PageLayout
Members
  Member nameValueDescription
SinglePage0 Single page.
OneColumn1 Display the pages in one column.
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 Display the pages two at a time, with odd-numbered pages on the left.
TwoPageRight5 Display the pages two at a time, with odd-numbered pages on the right.
Default6 Default layout.
See Also