Aspose::Pdf::PageLayout enum

PageLayout enum

Descibes page layout.

enum class PageLayout

Values

NameValueDescription
SinglePage0Single page.
OneColumn1Display the pages in one column.
TwoColumnLeft2Display the pages in two columns, with odd-numbered pages on the left.
TwoColumnRight3Display the pages in two columns, with odd-numbered pages on the right.
TwoPageLeft4Display the pages two at a time, with odd-numbered pages on the left.
TwoPageRight5Display the pages two at a time, with odd-numbered pages on the right.
Default6Default layout.

See Also