Interface
IImageEncoder

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.

Declaration

cs-api-definition
string Name { get; }

Property Value

string

SupportedExtensions

Gets the supported extensions.

Declaration

cs-api-definition
IEnumerable<string> SupportedExtensions { get; }

Property Value

IEnumerable<string>

Methods

Encode(RadBitmapData, Stream)

Encodes the specified image.

Declaration

cs-api-definition
void Encode(RadBitmapData image, Stream output)

Parameters

image

RadBitmapData

The image.

output

Stream

The output.