sempdf v1.9.1Interfaces
Interface: HtmlImageResolution
sempdf / HtmlImageResolution
Defined in: src/internal/html-blocks.ts:36
Image bytes resolved for an <img> element.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
altText? | readonly | string | Alt text override. Defaults to the element's alt attribute. | src/internal/html-blocks.ts:42 |
data | readonly | BinaryData | Encoded image bytes. | src/internal/html-blocks.ts:40 |
height? | readonly | number | Height in points. | src/internal/html-blocks.ts:46 |
type | readonly | "png" | "jpeg" | "bmp" | "jbig2" | "tiff" | "jp2" | "webp" | "gif" | "svg" | Image format block type, e.g. "png". | src/internal/html-blocks.ts:38 |
width? | readonly | number | Width in points. | src/internal/html-blocks.ts:44 |