PdfPageException

class PdfPageException(val pageIndex: Int, cause: Throwable? = null) : PdfException

A page-level operation failed.

Constructors

Link copied to clipboard
constructor(pageIndex: Int, cause: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?
Link copied to clipboard

zero-based index of the page that failed.