sempdf
sempdf v1.9.1Interfaces

Interface: SvgImageOptions

sempdf v1.9.1


sempdf / SvgImageOptions

Defined in: src/types.ts:2978

Options for rendering SVG vector graphics on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2988
height?numberHeight in PDF points.src/types.ts:2986
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2992
tag?| "Artifact" | PdfFigureStructureTagStructure tag used for tagged PDF output.src/types.ts:2990
width?numberWidth in PDF points.src/types.ts:2984
xnumberHorizontal position in PDF points.src/types.ts:2980
ynumberVertical position in PDF points.src/types.ts:2982

On this page