Appearance
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.