ZipProgressChangedEventArgs.CurrentFileProgressPercentage Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
CurrentFileProgressPercentage
Gets the number between 0 and 100 representing the percentage of completeness of the currently processing file.
Declaration
public int CurrentFileProgressPercentage { get; }
Property Value
Type | Description |
---|---|
Int32 | Percentage value (0..100). |