Returns true if the current ZipItem can be extracted using Rebex ZIP for .NET component.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property CanExtract As Boolean
	Get
C#
public override bool CanExtract { get; }

Field Value

True if the current ZipItem 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).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also