Class ImageNodeVisitedEventArgs
Represents the ImageNodeVisited event that occurs during importing and exporting the HTML file and also exporting as a Markdown file.
Inheritance
System.Object
System.EventArgs
ImageNodeVisitedEventArgs
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.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class ImageNodeVisitedEventArgs : EventArgs
Properties
ImageStream
Declaration
public Stream ImageStream { get; set; }
Property Value
Type |
---|
System.IO.Stream |
Uri
Gets or sets the image URI.
Declaration
public string Uri { get; set; }
Property Value
Type |
---|
System.String |
Remarks
While importing HTML, this property denotes the image URI in the input HTML file. While exporting HTML and Markdown files, this property denotes the image URI to be saved in the output file.