Class UriImageSource
Encapsulates data needed for creation of an image taken from Uri source.
Inherited Members
Namespace: Telerik.Windows.Documents.Media
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public sealed class UriImageSource : ImageSource, IResource
Constructors
UriImageSource(Uri)
Initializes a new instance of the UriImageSource class.
Declaration
public UriImageSource(Uri uri)
Parameters
System.Uri
uri
The URI of the image. |
UriImageSource(Uri, String)
Initializes a new instance of the UriImageSource class.
Declaration
public UriImageSource(Uri uri, string extension)
Parameters
System.Uri
uri
The URI of the image. |
System.String
extension
The extension of the image. |
Properties
Data
Gets the data.
Declaration
public override byte[] Data { get; }
Property Value
System.Byte[]
The data. |
Overrides
Extension
Gets the extension.
Declaration
public override string Extension { get; }
Property Value
System.String
The extension. |
Overrides
Uri
Gets the URI of the image.
Declaration
public Uri Uri { get; }
Property Value
System.Uri
The URI of the image. |