Skip to content

ImageItem

Defined in: src/layout/page-doc.ts:223

A placed raster image (resource name binds to the page XObject dict); (x, y) is its top-left corner.

readonly optional artifact?: "pagination"

Defined in: src/layout/page-doc.ts:185

Tagged PDF: explicitly mark this item as a pagination artifact (running header/footer, §14.8.2.2.2). Distinguishes header/footer text from not-yet-tagged body content so it is typed /Artifact /Pagination, never a P.

PageItemBase.artifact


readonly height: Pt

Defined in: src/layout/page-doc.ts:228


readonly imageResourceName: string

Defined in: src/layout/page-doc.ts:229


readonly optional structId?: number

Defined in: src/layout/page-doc.ts:179

Tagged PDF (§14.8): the logical structure node this item’s content belongs to. Set only on body content in tagged mode; undefined text in the line pass is treated as an artifact. Ignored when not tagging.

PageItemBase.structId


readonly type: "image"

Defined in: src/layout/page-doc.ts:224


readonly width: Pt

Defined in: src/layout/page-doc.ts:227


readonly x: Pt

Defined in: src/layout/page-doc.ts:225


readonly y: Pt

Defined in: src/layout/page-doc.ts:226