Class ImageDownloadingFailedEventArgs
Represents Image downloading failed event arguments.
Inheritance
System.Object
System.EventArgs
ImageDownloadingFailedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.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.