Skip to main content
Version: Version 5

Type Alias: PdfPoint

PdfPoint = Brand<Point, "PdfPoint">

Represents a point in the PDF coordinate system, measured in PDF units.

In this system, the origin (0, 0) is at the top-left corner of the page, with the x-axis increasing to the right and the y-axis increasing downward. This type is used to define precise locations within a PDF document.