LinkRect

@Serializable
data class LinkRect(val top: Double, val left: Double, val width: Double, val height: Double)

A rectangular region representing the position and size of a link within a document.

Constructors

Link copied to clipboard
constructor(top: Double, left: Double, width: Double, height: Double)

Properties

Link copied to clipboard

The height of the rectangle in PDF points.

Link copied to clipboard

The left coordinate of the rectangle in PDF points.

Link copied to clipboard
val top: Double

The top coordinate of the rectangle in PDF points.

Link copied to clipboard

The width of the rectangle in PDF points.