MarkdownImageLoadArgs
MarkdownImageLoadArgs class
Provides data for the ProcessImage event.
public class MarkdownImageLoadArgs
Constructors
Properties
Name |
Description |
ImageFileName { get; set; } |
Gets or sets the image filename (as is in the Markdown document) that was discovered in the Markdown code and is processing |
IsAbsoluteUri { get; set; } |
Get a value indicating whether this image has absolute URI link. |
Methods
Name |
Description |
SetData(byte[]) |
Sets user provided data of the image which is used in ProcessImage |
See Also