SvgImageSaving

MarkdownSaveOptions.SvgImageSaving event

Occurs for each SVG image during Markdown export. Allows overriding the default saving and link generation. If not handled, the SVG is saved locally with a relative link.

public event MarkdownSvgImageSavingHandler SvgImageSaving;

See Also