PageLayout Enum

Specifies page layout for the document.

public enum PageLayout
Public Enum PageLayout

Inheritance: ObjectValueTypeEnumPageLayout

Fields

PageLayout.OneColumn1Pages in a column.
PageLayout.SinglePage0One page at a time.
PageLayout.TwoColumnLeft2Pages in two columns, odd-numbered pages on the left.
PageLayout.TwoColumnRight3Pages in two columns, odd-numbered pages on the right.
PageLayout.TwoPageLeft4Two pages at a time, odd-numbered pages on the left.
PageLayout.TwoPageRight5Two 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:

See Also

ceTe.DynamicPDF

In this topic