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