PdfPageLayout class

PdfPageLayout class

Describes Pdf page layout.

Inheritance: PdfPageLayoutEnumeration

The PdfPageLayout type exposes the following members:

Constructors

Constructor Description
init Serialization constructor

Properties

Property Description
DEFAULT Default layout.
SINGLE_PAGE Single page.
ONE_COLUMN Display pages in one column.
TWO_COLUMN_LEFT Display the pages in two columns, with odd-numbered pages on the left.
TWO_COLUMN_RIGHT Display the pages in two columns, with odd-numbered pages on the right.
TWO_PAGES_LEFT Display the pages two at a time, with odd-numbered pages on the left.
TWO_PAGES_RIGHT Display the pages two at a time, with odd-numbered pages on the right.

Methods

Method Description
equals Determines whether two object instances are equal.
compare_to Compares current object to other.
get_all Returns all enumeration values.

See Also