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" /> |
-
useSvgGzipCompression - When SVG data is used for vector or Office format document transmission, GZIP compression can be used. In this case, for Web browsers supporting GZIP content compression SVG data will be compressed with GZIP compression. This option allows you to keep the network traffic.