public final class MarkdownImageLoadingAction extends Object
Defines the mode of image loading while opening for editing the file in Markdown format
| Modifier and Type | Field and Description |
|---|---|
static int |
Default
GroupDocs.Editor will load this resource as usual
|
static int |
Skip
GroupDocs.Editor will skip loading of this image
|
static int |
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
Copyright © 2024. All rights reserved.