Interface: SvgImageOptions
Options for rendering SVG vector graphics on a page.
Properties
| Property | Type | Description |
|---|---|---|
altText? | string | Alternate text for tagged non-text content. |
height? | number | Height in PDF points. |
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. |