menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageDownloadingFailedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ImageDownloadingFailedEventArgs

    Represents Image downloading failed event arguments.

    Inheritance
    System.Object
    ImageDownloadingFailedEventArgs
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.UWP.dll
    Syntax
    public class ImageDownloadingFailedEventArgs : EventArgs
    Remarks

    This class is not supported in MVC6 and Xamarin platforms.

    Properties

    Password

    Gets or sets the password to access the protected site.

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    System.String

    The string that specifies the password to get the image from protected site.

    Remarks

    This property is not supported in MVC6 and Xamarin platforms.

    URI

    Gets the image URI present in the input HTML. Read-only.

    Declaration
    public string URI { get; }
    Property Value
    Type Description
    System.String

    The string that specifies the URI to get image.

    Remarks

    This property is not supported in MVC6 and Xamarin platforms.

    UserName

    Gets or sets the user name to access the protected site.

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    System.String

    The string that specifies the user name to get the image from protected site.

    Remarks

    This property is not supported in MVC6 and Xamarin platforms.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

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