ZipShrinkProgressEventArgs Class
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
Provides data for the Shrink
Syntax
public class ZipShrinkProgressEventArgs : ProgressChangedEventArgs
Inherited Members
Properties
Name | Description |
---|---|
Current |
Gets the number between 0 and 100 representing the percentage of completeness of the currently processing item. |
Items |
Gets the number of items that were processed. |
Items |
Gets the total number of items to be processed. |
Operation | Gets the current Zip |
Progress |
Gets a number between 0 and 100 representing the percentage of completeness of the operation. |