ClassImageFormatProviderBase
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.FormatProviders
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public abstract class ImageFormatProviderBase : IImageFormatProvider
Inheritance: objectImageFormatProviderBase
Derived Classes:
Implements:
Constructors
ImageFormatProviderBase()
Declaration
cs-api-definition
protected ImageFormatProviderBase()
Properties
CanExport
Declaration
cs-api-definition
public abstract bool CanExport { get; }
Property Value
Implements
CanImport
Declaration
cs-api-definition
public abstract bool CanImport { get; }
Property Value
Implements
FilesDescription
Declaration
cs-api-definition
public virtual string FilesDescription { get; }
Property Value
Implements
SupportedExtensions
Declaration
cs-api-definition
public abstract IEnumerable<string> SupportedExtensions { get; }
Property Value
Implements