sempdf
sempdf v1.9.1Interfaces

Interface: HtmlImageResolution

sempdf v1.9.1


sempdf / HtmlImageResolution

Defined in: src/internal/html-blocks.ts:36

Image bytes resolved for an <img> element.

Properties

PropertyModifierTypeDescriptionDefined in
altText?readonlystringAlt text override. Defaults to the element's alt attribute.src/internal/html-blocks.ts:42
datareadonlyBinaryDataEncoded image bytes.src/internal/html-blocks.ts:40
height?readonlynumberHeight in points.src/internal/html-blocks.ts:46
typereadonly"png" | "jpeg" | "bmp" | "jbig2" | "tiff" | "jp2" | "webp" | "gif" | "svg"Image format block type, e.g. "png".src/internal/html-blocks.ts:38
width?readonlynumberWidth in points.src/internal/html-blocks.ts:44

On this page