ImageSaving

MarkdownSaveOptions.ImageSaving event

Occurs for each non-SVG image (bitmap or metafile) during Markdown export. Allows customizing how the image is saved and referenced. If not handled, the image is saved locally with a relative link.

public event MarkdownImageSavingHandler ImageSaving;

See Also