Class BitmapCodecInfo
Represents the BitmapCodecInfo class.
Inheritance
Namespace: Telerik.Windows.Media.Imaging
Assembly: Telerik.Windows.Controls.dll
Syntax
public abstract class BitmapCodecInfo : Object
Constructors
BitmapCodecInfo()
Initializes a new instance of the BitmapCodecInfo class.
Declaration
protected BitmapCodecInfo()
Properties
FileExtensions
Gets a value that identifies the file extensions associated with the codec.
Declaration
public virtual string FileExtensions { get; }
Property Value
System.String
|
MimeTypes
Gets a value that identifies the MIME types associated with the codec.
Declaration
public virtual string MimeTypes { get; }
Property Value
System.String
|
SupportsAnimation
Gets a value that indicates whether the codec supports animation.
Declaration
public virtual bool SupportsAnimation { get; }
Property Value
System.Boolean
|
SupportsMultipleFrames
Gets a value that identifies whether the codec supports multiple frames.
Declaration
public virtual bool SupportsMultipleFrames { get; }
Property Value
System.Boolean
|