PdfPageLayout
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.Enumeration
All Implemented Interfaces: java.io.Serializable
public class PdfPageLayout extends Enumeration implements Serializable
Describes Pdf page layout.
| Constructor | Description |
|---|---|
| PdfPageLayout() | Serialization constructor |
| Field | Description |
|---|---|
| Default | Default layout. |
| SinglePage | Single page. |
| OneColumn | Display pages in one column. |
| TwoColumnLeft | Display the pages in two columns, with odd-numbered pages on the left. |
| TwoColumnRight | Display the pages in two columns, with odd-numbered pages on the right. |
| TwoPagesLeft | Display the pages two at a time, with odd-numbered pages on the left. |
| TwoPagesRight | Display the pages two at a time, with odd-numbered pages on the right. |
public PdfPageLayout()
Serialization constructor
public static final PdfPageLayout Default
Default layout.
public static final PdfPageLayout SinglePage
Single page.
public static final PdfPageLayout OneColumn
Display pages in one column.
public static final PdfPageLayout TwoColumnLeft
Display the pages in two columns, with odd-numbered pages on the left.
public static final PdfPageLayout TwoColumnRight
Display the pages in two columns, with odd-numbered pages on the right.
public static final PdfPageLayout TwoPagesLeft
Display the pages two at a time, with odd-numbered pages on the left.
public static final PdfPageLayout TwoPagesRight
Display the pages two at a time, with odd-numbered pages on the right.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.