MeasuredAnchor

data class MeasuredAnchor(val id: String, val size: Size) : MeasuredNode

Measurement result for an com.conamobile.pdfkmp.node.AnchorNode — zero-size; the renderer registers the named destination at its position.

Constructors

Link copied to clipboard
constructor(id: String, size: Size)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
open override val size: Size

Final size of the node within its parent.