1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Options
  6. /
  7. MarkdownImageLoadingAction

MarkdownImageLoadingAction

MarkdownImageLoadingAction enumeration

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

public enum MarkdownImageLoadingAction

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