Skip to content

modern-pdf-lib


modern-pdf-lib / CropBox

Interface: CropBox

Defined in: src/core/pageManipulation.ts:111

A rectangular crop box defined by its coordinates.

All values are in PDF points (1/72 of an inch).

Properties

height

readonly height: number

Defined in: src/core/pageManipulation.ts:119

Height of the crop box.


width

readonly width: number

Defined in: src/core/pageManipulation.ts:117

Width of the crop box.


x

readonly x: number

Defined in: src/core/pageManipulation.ts:113

Lower-left x coordinate.


y

readonly y: number

Defined in: src/core/pageManipulation.ts:115

Lower-left y coordinate.

Released under the MIT License.