Skip to content

zeropdf v1.3.0


zeropdf / PdfBoundingBox

Type Alias: PdfBoundingBox

ts
type PdfBoundingBox = readonly [number, number, number, number];

Defined in: src/types.ts:310

Bounding box tuple in PDF coordinates: left, bottom, right, top.

Released under the ISC license.