Class WindowsMetafileFormatImageDecoder
Image decoder for windows metafile format files.
Inheritance
System.Object
WindowsMetafileFormatImageDecoder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Media.Imaging
Assembly: Telerik.Windows.Controls.dll
Syntax
public class WindowsMetafileFormatImageDecoder : IImageDecoder
Constructors
WindowsMetafileFormatImageDecoder()
Declaration
public WindowsMetafileFormatImageDecoder()
Properties
Name
Gets the name of the decoder.
Declaration
public string Name { get; }
Property Value
System.String
|
Implements
SupportedExtensions
Gets the supported extensions.
Declaration
public IEnumerable<string> SupportedExtensions { get; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
|
Implements
Methods
Decode(Stream)
Decodes the specified stream.
Declaration
public RadBitmapData Decode(Stream stream)
Parameters
System.IO.Stream
stream
The stream. |
Returns
RadBitmapData
|