| java.lang.Object | ||
| ↳ | com.pspdfkit.document.sharing.SharingOptions | |
| ↳ | com.pspdfkit.document.printing.PrintOptions | |
Options for document processing during the printing process created by
DocumentPrintDialog and accepted by DocumentPrintManager.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
PrintOptions(boolean printAnnotations)
Constructor for default options for
DocumentPrintDialog. | |||||||||||
|
PrintOptions(boolean printAnnotations, List<Range> pages)
Constructor for default options for
DocumentPrintDialog. | |||||||||||
|
PrintOptions(String documentName)
Constructor for default options for
DocumentPrintDialog. | |||||||||||
|
PrintOptions(boolean printAnnotations, List<Range> pages, String documentName)
Constructor for default options for
DocumentPrintDialog. | |||||||||||
|
PrintOptions(SharingOptions sharingOptions)
Constructor to create options from similar class
SharingOptions. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pspdfkit.document.sharing.SharingOptions
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for default options for DocumentPrintDialog.
| printAnnotations | If annotations should be printed. |
|---|
Constructor for default options for DocumentPrintDialog.
| printAnnotations | If annotations should be printed. |
|---|---|
| pages | Ranges of pages to print. |
Constructor for default options for DocumentPrintDialog.
| documentName | Name of document file to be shown in OS print dialog. |
|---|
Constructor for default options for DocumentPrintDialog.
| printAnnotations | If annotations should be printed. |
|---|---|
| pages | Ranges of pages to print. |
| documentName | Name of document file to be shown in OS print dialog. |
Constructor to create options from similar class SharingOptions.
| sharingOptions | Sharing options to copy parameters from. |
|---|