Interface IImageFormatProvider
Namespace: Telerik.Windows.Media.Imaging.FormatProviders
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public interface IImageFormatProvider
Properties
CanExport
Declaration
bool CanExport { get; }
Property Value
System.Boolean
|
CanImport
Declaration
bool CanImport { get; }
Property Value
System.Boolean
|
FilesDescription
Declaration
string FilesDescription { get; }
Property Value
System.String
|
SupportedExtensions
Declaration
IEnumerable<string> SupportedExtensions { get; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
|
Methods
Export(RadBitmap)
Export(RadBitmap, Stream)
Declaration
void Export(RadBitmap image, Stream stream)
Parameters
RadBitmap
image
|
System.IO.Stream
stream
|