Class ImageNodeVisitedEventArgs
Represents the ImageNodeVisited event that occurs during HTML import and export.
Inheritance
System.Object
ImageNodeVisitedEventArgs
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Portable.dll
Syntax
public class ImageNodeVisitedEventArgs : EventArgs
Properties
ImageStream
Gets or sets the image stream from the input HTML file.
Declaration
public Stream ImageStream { get; set; }
Property Value
Type | Description |
---|---|
System.IO.Stream |
Uri
Gets or sets the image uri from the input HTML file.
Declaration
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
System.String |