Package | Description |
---|---|
com.groupdocs.conversion.options.convert |
The GroupDocs.Conversion.Options.Convert namespace provides classes to specify additional options for document conversion process.
|
Modifier and Type | Field and Description |
---|---|
static PdfPageLayout |
PdfPageLayout.Default
Default layout.
|
static PdfPageLayout |
PdfPageLayout.OneColumn
Display pages in one column.
|
static PdfPageLayout |
PdfPageLayout.SinglePage
Single page.
|
static PdfPageLayout |
PdfPageLayout.TwoColumnLeft
Display the pages in two columns, with odd-numbered pages on the left.
|
static PdfPageLayout |
PdfPageLayout.TwoColumnRight
Display the pages in two columns, with odd-numbered pages on the right.
|
static PdfPageLayout |
PdfPageLayout.TwoPagesLeft
Display the pages two at a time, with odd-numbered pages on the left.
|
static PdfPageLayout |
PdfPageLayout.TwoPagesRight
Display the pages two at a time, with odd-numbered pages on the right.
|
Modifier and Type | Method and Description |
---|---|
PdfPageLayout |
PdfFormattingOptions.getPageLayout()
Sets page layout which shall be used when the document is opened.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfFormattingOptions.setPageLayout(PdfPageLayout value)
Sets page layout which shall be used when the document is opened.
|