MeasuredBookmark

data class MeasuredBookmark(val title: String, val level: Int, val size: Size) : MeasuredNode

Measurement result for a com.conamobile.pdfkmp.node.BookmarkNode — zero-size; the renderer registers the outline entry at its position.

Constructors

Link copied to clipboard
constructor(title: String, level: Int, size: Size)

Properties

Link copied to clipboard
val level: Int
Link copied to clipboard
open override val size: Size

Final size of the node within its parent.

Link copied to clipboard