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
| Name | Type | Access | Description |
|---|---|---|---|
addr | : ContentAddr | Read | Gets the addr. |
quad | : [number, number, number, number] | Read | Device-space box of the unit square mapped through the CTM. |
ctm | : Matrix | Read | The CTM active at the image draw (maps the image unit square to device). |
kind | : 'xobject' | 'inline' | Read | Gets the kind. |
stream | : PdfStream | Read | The image XObject that was drawn. |
mcid | : number | Read | The innermost active marked-content MCID, or undefined when untagged. |
artifact | : boolean | Read | True when drawn inside an /Artifact marked-content scope. |