ImageGear .NET v25.2 - Updated
Developer Guide / How to Work with... / Common Operations / Viewing / Viewing Using ASP.NET / Web.config Settings for Legacy ASP.NET Controls / Description of Configuration Settings / Image Data Processor Configuration
In This Topic
    Image Data Processor Configuration
    In This Topic

    The image data processor is configured in the <appsettings> section of the configuration file.

    Explanations of the entries added by the designer to your web.config:

    To enable Gzip compression functionality, the following line should be added to the appSettings section of the Web configuration file:

    C#
    Copy Code
    <add key="useSvgGzipCompression" value="true" />