[]
        
(Showing Draft Content)

Point

DsPdfJS API v9.1.0


DsPdfJS API / Point

Type Alias: Point

Point = object

Represents a location in (x, y) coordinate space. The origin is at the top left corner.

Properties

x

x: number

The X coordinate.


y

y: number

The Y coordinate.