Gets a number between 0 and 100 representing the percentage of completeness of the operation.

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

Syntax

Visual Basic
Public ReadOnly Property ProgressPercentage As Integer
	Get
C#
public int ProgressPercentage { get; }

Field Value

Percentage value (0..100).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also