Gets the compression method used to compress the file.
            
    Namespace: 
   Rebex.IO.Compression
    Assembly:
   Rebex.Zip (in Rebex.Zip.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public MustOverride ReadOnly Property CompressionMethod As CompressionMethod Get | 
| C# | 
|---|
| public abstract CompressionMethod CompressionMethod { get; } | 
 Remarks
Remarks
            This is only valid for files.
            
 
     
     
     
     
    