ImageGear .NET v25.1 - Updated
Image Data Processor Configuration
User Guide > How to Work with... > Common Operations > Viewing > Viewing with the HTML5 Viewer > 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" />