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

CopyXML
<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.

Note Note We do not recommend changing these values unless your application is very sensitive to image size and is deployed in a low bandwidth environment.

Namespace: FiftyOne.Framework.Mobile.Configuration
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

See Also