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:
C# |
Copy Code |
---|---|
<appSettings> <!--<add key="igSolutionName" value="My ASP.NET Deployment" />--> <!--<add key="igSolutionKey" value="12345, -12345, 12345, -12345" />--> <!--<add key="igLicenseKey" value="1.0qwertyui..." />--> |
C# |
Copy Code |
---|---|
<add key="igOfficeCoreDir" value="C:\Users\Public\Documents\AccuSoft\ImageGear.NET v24\Bin\OfficeCore" /> <add key="igPdfResources" value="C:\Users\Public\Documents\AccuSoft\ImageGear.NET v24\Bin" /> <add key="igBinaries" value="C:\Users\Public\Documents\AccuSoft\ImageGear.NET v24\Bin" /> <!--add key="igDisableFormats" value="dicom, jpeg2k, office, ps, pdfps, dcraw, dcrawHeaderless" /> --> </appSettings> |
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.