createPrintOptions

abstract fun createPrintOptions(@NonNull document: PdfDocument, currentPage: Int): PrintOptions

Creates the PrintOptions. Internal usage only.

Return

The print options you wish to use for the print operation, or null to display the default print options dialog.

Parameters

document

The document that is being shared.

currentPage

The page the user is currently on.