Class
WindowsMetafileFormatImageDecoder

Image decoder for windows metafile format files.

Definition

Namespace:Telerik.Windows.Media.Imaging

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class WindowsMetafileFormatImageDecoder : IImageDecoder

Inheritance: objectWindowsMetafileFormatImageDecoder

Implements: IImageDecoder

Constructors

WindowsMetafileFormatImageDecoder()

Declaration

cs-api-definition
public WindowsMetafileFormatImageDecoder()

Properties

Name

Gets the name of the decoder.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

Implements IImageDecoder.Name

SupportedExtensions

Gets the supported extensions.

Declaration

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

Property Value

IEnumerable<string>

Implements IImageDecoder.SupportedExtensions

Methods

Decode(Stream)

Decodes the specified stream.

Declaration

cs-api-definition
public RadBitmapData Decode(Stream stream)

Parameters

stream

Stream

The stream.

Returns

RadBitmapData

Implements IImageDecoder.Decode(Stream)