MarkdownMonsterAddin.OnSaveImage

Called when an image is to be saved. By default MM saves images to disk. You can hook this method with your add in to take over the image save operation. Return true to indicate you handled the

public virtual Task<String> OnSaveImage(object image)

Return Value

A Url to link to the image or null to indicate default processing should continue

Parameters

image
This parameter holds either a string filename or a Bitmap of the actual image to save


See also:

Class MarkdownMonsterAddin

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic