Class ImageNodeVisitedEventArgs
Represents the ImageNodeVisited event that occurs during HTML import and export.
Inheritance
System.Object
System.EventArgs
ImageNodeVisitedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.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 |