ZipProgressChangedEventArgs.CurrentFileBytesProcessed Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 8.0.9673)
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. |