PdfRect

data class PdfRect(val left: Double, val bottom: Double, val right: Double, val top: Double)

A rectangle in PDF page space, whose origin is at the bottom-left.

Constructors

Link copied to clipboard
constructor(left: Double, bottom: Double, right: Double, top: Double)

Properties

Link copied to clipboard

Bottom edge in PDF points.

Link copied to clipboard

Vertical extent in PDF points.

Link copied to clipboard

Left edge in PDF points.

Link copied to clipboard

Right edge in PDF points.

Link copied to clipboard
val top: Double

Top edge in PDF points.

Link copied to clipboard

Horizontal extent in PDF points.