MarkdownImageLoadingAction

MarkdownImageLoadingAction enumeration

Defines the mode of image loading while opening for editing the file in Markdown format

public enum MarkdownImageLoadingAction : byte

Values

Name Value Description
Default 0 GroupDocs.Editor will load this resource as usual
Skip 1 GroupDocs.Editor will skip loading of this image
UserProvided 2 GroupDocs.Editor will use byte array provided by user in SetData as image data

See Also