ImageSavingCallback

MarkdownOptions.ImageSavingCallback property

Callback invoked once per image while saving Markdown. Lets the caller persist images externally and substitute the URI embedded in the document. Takes precedence over ExportImagesAsBase64 when not null.

public IMarkdownImageSavingCallback ImageSavingCallback { get; set; }

See Also