Pdfdemo
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Pdfdemo
pdf-core
/
io.github.limuyang2.pdf.core
/
PdfClosedException
Pdf
Closed
Exception
class
PdfClosedException
(
val
resource
:
String
)
:
PdfException
A document or bitmap was used after being closed.
Members
Constructors
Pdf
Closed
Exception
Link copied to clipboard
constructor
(
resource
:
String
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
resource
Link copied to clipboard
val
resource
:
String
human-readable name of the closed resource.