Class MdImageNodeVisitedEventArgs
Inheritance
System.Object
MdImageNodeVisitedEventArgs
Namespace: Syncfusion.Office.Markdown
Assembly: Syncfusion.Compression.Base.dll
Syntax
public class MdImageNodeVisitedEventArgs : EventArgs
Properties
ImageStream
Declaration
public Stream ImageStream { get; set; }
Property Value
Type |
---|
System.IO.Stream |
Uri
Declaration
public string Uri { get; }
Property Value
Type |
---|
System.String |