InterfaceIImageFormatProvider
Interface
Definition
Namespace:Telerik.Windows.Media.Imaging.FormatProviders
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public interface IImageFormatProvider
Properties
SupportedExtensions
Declaration
cs-api-definition
IEnumerable<string> SupportedExtensions { get; }
Property Value