ImageGear .NET - Updated
Image Data Processor Configuration
User Guide > How to Work with... > Common Operations > Viewing > Viewing Using ASP.NET > Web.config Settings for HTML5 Viewer and Legacy ASP.NET Controls > Description of Configuration Settings > Image Data Processor Configuration

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" />