Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us

FlexCompress.CompressionMode

FlexCompress

Previous  Top  Next

Specifies the compression level  used for archive updating.

 

[C#]

public byte CompressionMode { get; set; }
 

[VB.NET]

Public Property CompressionMode As Byte

 

Description

 

This property determines compression level for adding, moving or updating files. The correct values are integer numbers in range 0-9. Maximum value of CompressionMode corresponds to slow compression and best compression rate. The zero value means that files will not be compressed. If you need only to store files, set CompressionMode to 0. Compression rate of the file stored within archive also depends on selected CompressionAlgorithm.

 

Set CompressionMode to desired value before adding, moving or updating files.

 

Note:    The CompressionMode and CompressionLevel properties influence each other. Setting one automatically determines value for the other.

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 25, 2024