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 Uri
Declaration
public UriImageSource(Uri uri)
Parameters
System. The URI of the image. |
UriImageSource(Uri, String)
Initializes a new instance of the Uri
Declaration
public UriImageSource(Uri uri, string extension)
Parameters
System. The URI of the image. |
System. The extension of the image. |
Properties
Data
Gets the data.
Declaration
public override byte[] Data { get; }
Property Value
System. The data. |
Overrides
Extension
Gets the extension.
Declaration
public override string Extension { get; }
Property Value
System. The extension. |
Overrides
Uri
Gets the URI of the image.
Declaration
public Uri Uri { get; }
Property Value
System. The URI of the image. |