ZipProgressChangedEventArgs.CurrentFileBytesProcessed Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9448)
CurrentFileBytesProcessed
Gets the number of bytes of the currently processing file that were already processed.
Declaration
public long CurrentFileBytesProcessed { get; }
Property Value
| Type | Description |
|---|---|
| Int64 | Number of bytes. |