Skip to content

a11ydocs v1.7.0


a11ydocs / 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.