IMarkdownImageLoadCallback

IMarkdownImageLoadCallback interface

Implement this interface if you want to control how GroupDocs.Editor load images when loading the file in Markdown format

public interface IMarkdownImageLoadCallback

Methods

Name Description
ProcessImage(MarkdownImageLoadArgs) Called when GroupDocs.Editor finds a link to the external image while parsing the Markdown code

See Also