|
The GZip ActiveX control implements both the resource compressing and uncompressing functions.
The data format used by GZip is described by RFC 1952 standard.
Name |
Description |
BatchSize |
Specifies the size of the processed batch. |
CompressionLevel |
Represents the compression level applied to the data stream. |
|
Name |
Description |
Compress |
Compresses the file with gzip format. |
Uncompress |
Uncompresses the file, compressed with gzip format. |
|
Name |
Description |
OnProgress |
Occurs when compressing / uncompressing is processed. |
|
|