Class MdImageNodeVisitedEventArgs
Inheritance
System.Object
System.EventArgs
MdImageNodeVisitedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |