MarkdownImageLoadingAction
Leave feedback
On this page
Inheritance: java.lang.Object
public final class MarkdownImageLoadingAction
Defines the mode of image loading while opening for editing the file in Markdown format
| Field | Description |
|---|---|
| Default | GroupDocs.Editor will load this resource as usual |
| Skip | GroupDocs.Editor will skip loading of this image |
| UserProvided | GroupDocs.Editor will use byte array provided by user in M:GroupDocs.Editor.Options.MarkdownImageLoadArgs.SetData(System.Byte[]) as image data |
public static final int Default
GroupDocs.Editor will load this resource as usual
public static final int Skip
GroupDocs.Editor will skip loading of this image
public static final int UserProvided
GroupDocs.Editor will use byte array provided by user in M:GroupDocs.Editor.Options.MarkdownImageLoadArgs.SetData(System.Byte[]) as image data
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.