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