PrintOptions

constructor(printAnnotations: Boolean)

Constructor for default options for com.pspdfkit.ui.dialog.DocumentPrintDialog.

Parameters

printAnnotations

If annotations should be printed.


constructor(printAnnotations: Boolean, @NonNull pages: List<Range>)

Constructor for default options for com.pspdfkit.ui.dialog.DocumentPrintDialog.

Parameters

printAnnotations

If annotations should be printed.

pages

Ranges of pages to print.


constructor(@NonNull documentName: String)

Constructor for default options for com.pspdfkit.ui.dialog.DocumentPrintDialog.

Parameters

documentName

Name of document file to be shown in OS print dialog.


constructor(printAnnotations: Boolean, @NonNull pages: List<Range>, @NonNull documentName: String)

Constructor for default options for com.pspdfkit.ui.dialog.DocumentPrintDialog.

Parameters

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(@NonNull sharingOptions: SharingOptions)

Constructor to create options from similar class SharingOptions.

Parameters

sharingOptions

Sharing options to copy parameters from.