Link

data class Link(val bounds: RectF, val destPageIdx: Int? = null, val uri: String? = null)

Represents a link in a PDF document.

Parameters

bounds

The bounding rectangle of the link.

destPageIdx

The destination page index, if the link is an internal link.

uri

The URI of the link, if the link is an external link.

Constructors

Link copied to clipboard
constructor(bounds: RectF, destPageIdx: Int? = null, uri: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val destPageIdx: Int? = null
Link copied to clipboard
val uri: String? = null