Skip to content

zeropdf v1.3.0


zeropdf / SvgImageOptions

Interface: SvgImageOptions

Defined in: src/types.ts:2333

Options for rendering SVG vector graphics on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2343
height?numberHeight in PDF points.src/types.ts:2341
structure?PdfStructureOptionsAdditional 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?numberWidth in PDF points.src/types.ts:2339
xnumberHorizontal position in PDF points.src/types.ts:2335
ynumberVertical position in PDF points.src/types.ts:2337

Released under the ISC license.