Attributes contained in this element control image behavior of the Framework.
The following example shows a typical web.config entry for the <mobile><image> section.
Examples
<mobile> <image pngQuality="70" jpegQuality="70" gifQuality="70" /> </mobile>
Remarks
In general the lower the values the poorer the quality of images displayed through the Image control will be. However the file sizes will also be smaller.
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)
Syntax
| C# |
|---|
public sealed class ImageSection : ConfigurationSection |
| Visual Basic |
|---|
Public NotInheritable Class ImageSection _ Inherits ConfigurationSection |
| Visual C++ |
|---|
public ref class ImageSection sealed : public ConfigurationSection |
Inheritance Hierarchy
System..::..Object
System.Configuration..::..ConfigurationElement
System.Configuration..::..ConfigurationSection
FiftyOne.Framework.Mobile.Configuration..::..ImageSection
System.Configuration..::..ConfigurationElement
System.Configuration..::..ConfigurationSection
FiftyOne.Framework.Mobile.Configuration..::..ImageSection