sempdf v1.9.1Interfaces
Interface: SvgImageOptions
sempdf / SvgImageOptions
Defined in: src/types.ts:2978
Options for rendering SVG vector graphics on a page.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
altText? | string | Alternate text for tagged non-text content. | src/types.ts:2988 |
height? | number | Height in PDF points. | src/types.ts:2986 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2992 |
tag? | | "Artifact" | PdfFigureStructureTag | Structure tag used for tagged PDF output. | src/types.ts:2990 |
width? | number | Width in PDF points. | src/types.ts:2984 |
x | number | Horizontal position in PDF points. | src/types.ts:2980 |
y | number | Vertical position in PDF points. | src/types.ts:2982 |