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 byte Default

GroupDocs.Editor will load this resource as usual

Skip

public static final byte Skip

GroupDocs.Editor will skip loading of this image

UserProvided

public static final byte UserProvided

GroupDocs.Editor will use byte array provided by user in M:GroupDocs.Editor.Options.MarkdownImageLoadArgs.SetData(System.Byte[]) as image data