PdfClosedException

class PdfClosedException(val resource: String) : PdfException

A document or bitmap was used after being closed.

Constructors

Link copied to clipboard
constructor(resource: String)

Properties

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

human-readable name of the closed resource.