Class MdImageNodeVisitedEventArgs
Inherited Members
Namespace: Syncfusion.Office.Markdown
Assembly: Syncfusion.Markdown.dll
Syntax
public class MdImageNodeVisitedEventArgs : EventArgs
Properties
ImageStream
Declaration
public Stream ImageStream { get; set; }
Property Value
| Type |
|---|
| Stream |
Uri
Declaration
public string Uri { get; }
Property Value
| Type |
|---|
| string |