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 PdfPageMode |
PdfPageMode.FullScreen
FullScreenFull-screen mode, with no menu bar, window controls, or any other window visible.
|
static PdfPageMode |
PdfPageMode.UseAttachments
Attachments panel visible.
|
static PdfPageMode |
PdfPageMode.UseNone
Don't use any components.
|
static PdfPageMode |
PdfPageMode.UseOC
Optional content group panel visible.
|
static PdfPageMode |
PdfPageMode.UseOutlines
Document outline visible.
|
static PdfPageMode |
PdfPageMode.UseThumbs
Thumbnail images visible.
|
Modifier and Type | Method and Description |
---|---|
PdfPageMode |
PdfFormattingOptions.getNonFullScreenPageMode()
Sets page mode, specifying how to display the document on exiting full-screen mode.
|
PdfPageMode |
PdfFormattingOptions.getPageMode()
Sets page mode, specifying how document should be displayed when opened.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfFormattingOptions.setNonFullScreenPageMode(PdfPageMode value)
Sets page mode, specifying how to display the document on exiting full-screen mode.
|
void |
PdfFormattingOptions.setPageMode(PdfPageMode value)
Sets page mode, specifying how document should be displayed when opened.
|