Unknown

data class Unknown(val type: String, val raw: PdfDictionary) : PdfAction

Any action whose /S is unknown to this version of the parser, or which we decided not to fully model. The dict is preserved verbatim.

Constructors

Link copied to clipboard
constructor(type: String, raw: PdfDictionary)

Properties

Link copied to clipboard
open override val raw: PdfDictionary
Link copied to clipboard