Gets the compression method used to compress the file.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public MustOverride ReadOnly Property CompressionMethod As CompressionMethod
	Get
C#
public abstract CompressionMethod CompressionMethod { get; }

Remarks

This is only valid for files.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also