IP*Works! ZIP V9 - Online Help
IP*Works! ZIP V9
Questions / Feedback?

CompressionMethod Property

The compression method for the component to use.

Syntax

[VB.NET]
Public Property CompressionMethod As GzipCompressionMethods

[C#]
public GzipCompressionMethods CompressionMethod {get; set;}

enum GzipCompressionMethods { cmDeflate, cmLZCCompress }

Remarks

By default, the component uses the Deflate compression method described in rfc 1952. When set to LZC compress method, the component will use a variation of the method described by the LZW (Lempel-Ziv-Welch) algorithm that is compatible with Unix's compress utility.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0