PdfBookmark
data class PdfBookmark(val title: String, val destination: PdfDestination?, val target: PdfLinkTarget?, val color: PdfColor?, val children: List<PdfBookmark>)
An entry of the document outline (bookmark tree).
Constructors
Link copied to clipboard
constructor(title: String, destination: PdfDestination?, target: PdfLinkTarget?, color: PdfColor?, children: List<PdfBookmark>)