ZipReader.CanExtract Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9313)
CanExtract
Returns true if the currently read item can be extracted using Rebex ZIP for .NET component.
Declaration
public bool CanExtract { get; }
Property Value
| Type | Description | 
|---|---|
| Boolean | True if the currently read item can be extracted using Rebex ZIP for .NET component; false otherwise.  | 
    
Remarks
File can't be extracted if unsupported compression method or encryption algorithm was used to compress the data or if the file type is unknown (Unknown).