PdfPageLayout

PdfPageLayout class

Describes Pdf page layout.

public class PdfPageLayout : Enumeration

Constructors

Name Description
PdfPageLayout() Serialization constructor

Methods

Name Description
CompareTo(object) Compares current object to other.
virtual Equals(Enumeration) Determines whether two object instances are equal.
override Equals(object) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.
override ToString() Returns a string that represents the current object.

Fields

Name Description
static readonly Default Default layout.
static readonly OneColumn Display pages in one column.
static readonly SinglePage Single page.
static readonly TwoColumnLeft Display the pages in two columns, with odd-numbered pages on the left.
static readonly TwoColumnRight Display the pages in two columns, with odd-numbered pages on the right.
static readonly TwoPagesLeft Display the pages two at a time, with odd-numbered pages on the left.
static readonly TwoPagesRight Display the pages two at a time, with odd-numbered pages on the right.

See Also