Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageNodeVisitedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved