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. |
Licensing Info
This enum is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.