InterfaceIImageDecoder
Interface
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.
SupportedExtensions
Gets the supported extensions.
Declaration
cs-api-definition
IEnumerable<string> SupportedExtensions { get; }
Property Value
Methods
Decode(Stream)
Decodes the specified stream.
Declaration
cs-api-definition
RadBitmapData Decode(Stream stream)
Parameters
stream
The stream.
Returns