Compression
| Property Compression As ECOMPRESSION |
Compression is extremely useful if you send uncompressed data over the
network. If you enable compression, the component will use fully transparent
compression and decompression on-fly. Documents and html pages for example are
good candidates for compressed transmission. But if you send a large archive,
compression is useless. Default value is COMPRESSION_DISABLED. In the
Free version you can not enable compression.
This property can be one of the following:
| COMPRESSION_ENABLED |
Enable compression |
| COMPRESSION_DISABLED |
Disable compression |
|