Skip to content

ImageObject

@scaryterry/pdfium


Defined in: src/core/types.ts:373

Image object on a PDF page.

readonly bounds: Rect

Defined in: src/core/types.ts:356

Bounding box in page coordinates (points, origin at bottom-left).

PageObjectBase.bounds


readonly height: number

Defined in: src/core/types.ts:378

Image height in pixels


readonly type: Image

Defined in: src/core/types.ts:374

The type of this page object.

PageObjectBase.type


readonly width: number

Defined in: src/core/types.ts:376

Image width in pixels