System.Drawing.Configuration.SystemDrawingSection
Represents the configuration section used by classes in the Drawing namespace.
namespace System.Drawing.Configuration
{
public sealed class SystemDrawingSection : ConfigurationSection
{
public string BitmapSuffix { get; set; }
public SystemDrawingSection();
}
}