ImageEvent

Overview

ImageEvent is a interface in Aspose.PDF FOSS for TypeScript.

A placed image with provenance.

Properties: addr, artifact, ctm, kind, mcid, quad, and 1 more.

Properties

NameTypeAccessDescription
addr: ContentAddrReadGets the addr.
quad: [number, number, number, number]ReadDevice-space box of the unit square mapped through the CTM.
ctm: MatrixReadThe CTM active at the image draw (maps the image unit square to device).
kind: 'xobject' | 'inline'ReadGets the kind.
stream: PdfStreamReadThe image XObject that was drawn.
mcid: numberReadThe innermost active marked-content MCID, or undefined when untagged.
artifact: booleanReadTrue when drawn inside an /Artifact marked-content scope.