MarkdownImageLoadingAction
Inheritance: java.lang.Object
public final class MarkdownImageLoadingAction
Defines the mode of image loading while opening for editing the file in Markdown format
Fields
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 |
Default
public static final int Default
GroupDocs.Editor will load this resource as usual
Skip
public static final int Skip
GroupDocs.Editor will skip loading of this image
UserProvided
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