Interface IImageEncoder
Encodes RadBitmapData to as stream in a specified format.
Namespace: Telerik.Windows.Media.Imaging
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public interface IImageEncoder
Properties
Name
Gets the name of the encoder.
Declaration
string Name { get; }
Property Value
System.
|
SupportedExtensions
Gets the supported extensions.
Declaration
IEnumerable<string> SupportedExtensions { get; }
Property Value
System.
|
Methods
Encode(RadBitmapData, Stream)
Encodes the specified image.
Declaration
void Encode(RadBitmapData image, Stream output)
Parameters
Rad The image. |
System. The output. |