Interface
IImageDecoder

Represents a decoder for converting stream to RadBitmapData.

Definition

Namespace:Telerik.Windows.Media.Imaging

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public interface IImageDecoder

Properties

Name

Gets the name of the decoder.

Declaration

cs-api-definition
string Name { get; }

Property Value

string

SupportedExtensions

Gets the supported extensions.

Declaration

cs-api-definition
IEnumerable<string> SupportedExtensions { get; }

Property Value

IEnumerable<string>

Methods

Decode(Stream)

Decodes the specified stream.

Declaration

cs-api-definition
RadBitmapData Decode(Stream stream)

Parameters

stream

Stream

The stream.

Returns

RadBitmapData