ClassWindowsMetafileFormatImageDecoder
Class
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:
Constructors
WindowsMetafileFormatImageDecoder()
Declaration
cs-api-definition
public WindowsMetafileFormatImageDecoder()
Properties
Name
Gets the name of the decoder.
SupportedExtensions
Gets the supported extensions.
Declaration
cs-api-definition
public IEnumerable<string> SupportedExtensions { get; }
Property Value
Implements
Methods
Decode(Stream)
Decodes the specified stream.
Declaration
cs-api-definition
public RadBitmapData Decode(Stream stream)
Parameters
stream
The stream.
Returns
Implements