Interface: WebpImageOptions
Options for placing WebP images on a page.
Properties
| Property | Type | Description |
|---|---|---|
altText? | string | Alternate text for tagged non-text content. |
height | number | Height in PDF points. |
iccProfile? | BinaryData | ICC profile bytes used to tag the image's color space as ICCBased. |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. |
tag? | PdfFigureStructureTag | "Artifact" | Structure tag used for tagged PDF output. |
width | number | Width in PDF points. |
x | number | Horizontal position in PDF points. |
y | number | Vertical position in PDF points. |