ZipProgressChangedEventArgs.CurrentFileLength Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
CurrentFileLength
Gets the length of the currently processing file (or -1 if not available).
Declaration
public long CurrentFileLength { get; }
Property Value
Type | Description |
---|---|
Int64 | File length. |