Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageNodeVisitedEventArgs

    Show / Hide Table of Contents

    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
    ImageNodeVisitedEventArgs
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public class ImageNodeVisitedEventArgs : EventArgs

    Properties

    ImageStream

    Declaration
    public Stream ImageStream { get; set; }
    Property Value
    Type Description
    System.IO.Stream

    Uri

    Gets or sets the image URI.

    Declaration
    public string Uri { get; set; }
    Property Value
    Type Description
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved