GoToR

data class GoToR(val filename: String, val destination: PdfObject?, val newWindow: Boolean, val raw: PdfDictionary) : PdfAction

Constructors

Link copied to clipboard
constructor(filename: String, destination: PdfObject?, newWindow: Boolean, raw: PdfDictionary)

Properties

Link copied to clipboard
Link copied to clipboard

Target file path (PDFDocEncoded text).

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