Xceed .NET Libraries Documentation
CompressionLevel Property (ZippedFile)


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFile Class : CompressionLevel Property
Gets the CompressionLevel level that was used to compress the file.
Syntax
'Declaration
 
Public Overridable Property CompressionLevel As CompressionLevel
'Usage
 
Dim instance As ZippedFile
Dim value As CompressionLevel
 
instance.CompressionLevel = value
 
value = instance.CompressionLevel
public virtual CompressionLevel CompressionLevel {get; set;}

Property Value

A value indicating the CompressionLevel level that was used to compress the file.
Remarks

The compression level only applies to the Deflated and Deflated64 compression methods.  It does not apply to the BZip2, BWT, or PPMd compression methods.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ZippedFile Class
ZippedFile Members