IMarkdownImageLoadCallback
Leave feedback
On this page
public interface IMarkdownImageLoadCallback
Implement this interface if you want to control how GroupDocs.Editor load images when converting Markdown to Html.
| Method | Description |
|---|---|
| processImage(MarkdownImageLoadArgs args) | Called when GroupDocs.Editor load an image for converting Markdown to Html. |
public abstract byte processImage(MarkdownImageLoadArgs args)
Called when GroupDocs.Editor load an image for converting Markdown to Html.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| args | MarkdownImageLoadArgs | The arguments. |
Returns: byte
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.