1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.Options.Convert
  6. /
  7. PdfPageLayout

PdfPageLayout class

Describes Pdf page layout.

public class PdfPageLayout : Enumeration

Public Members

namedescription
PdfPageLayout()Serialization constructor
static readonly DefaultDefault layout.
static readonly OneColumnDisplay pages in one column.
static readonly SinglePageSingle page.
static readonly TwoColumnLeftDisplay the pages in two columns, with odd-numbered pages on the left.
static readonly TwoColumnRightDisplay the pages in two columns, with odd-numbered pages on the right.
static readonly TwoPagesLeftDisplay the pages two at a time, with odd-numbered pages on the left.
static readonly TwoPagesRightDisplay the pages two at a time, with odd-numbered pages on the right.

See Also