PdfPoint

data class PdfPoint(val x: Double, val y: Double)

A point in PDF page space. Values are measured in PDF points.

Constructors

Link copied to clipboard
constructor(x: Double, y: Double)

Properties

Link copied to clipboard
val x: Double

Horizontal position in PDF points.

Link copied to clipboard
val y: Double

Vertical position in PDF points.