PageBox
Defined in: src/core/types.ts:148
Rectangle representing a page box.
Coordinates are in points (1/72 inch) with origin at bottom-left.
Properties
Section titled “Properties”bottom
Section titled “bottom”bottom:
number
Defined in: src/core/types.ts:152
Bottom edge in points
left:
number
Defined in: src/core/types.ts:150
Left edge in points
right:
number
Defined in: src/core/types.ts:154
Right edge in points
top:
number
Defined in: src/core/types.ts:156
Top edge in points