PdfPageLayout class
Leave feedback
On this page
Describes Pdf page layout.
public class PdfPageLayout : Enumeration
name | description |
---|---|
PdfPageLayout() | Serialization constructor |
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. |
- namespace GroupDocs.Conversion.Options.Convert
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.