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