Appearance
zeropdf / SvgImageOptions
Interface: SvgImageOptions
Defined in: src/types.ts:2333
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:2343 |
height? | number | Height in PDF points. | src/types.ts:2341 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2347 |
tag? | | PdfFigureStructureTag | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2345 |
width? | number | Width in PDF points. | src/types.ts:2339 |
x | number | Horizontal position in PDF points. | src/types.ts:2335 |
y | number | Vertical position in PDF points. | src/types.ts:2337 |