PageLayout Enum
Specifies page layout for the document.
public enum PageLayout
Public Enum PageLayout
Inheritance: ObjectValueTypeEnumPageLayout
Fields
PageLayout.OneColumn | 1 | Pages in a column. |
PageLayout.SinglePage | 0 | One page at a time. |
PageLayout.TwoColumnLeft | 2 | Pages in two columns, odd-numbered pages on the left. |
PageLayout.TwoColumnRight | 3 | Pages in two columns, odd-numbered pages on the right. |
PageLayout.TwoPageLeft | 4 | Two pages at a time, odd-numbered pages on the left. |
PageLayout.TwoPageRight | 5 | Two pages at a time, odd-numbered pages on the right. |