Dart.PowerTCP.Zip Namespace > ProgressEventArgs Class : TotalBytes Property |
Public Property TotalBytes As Long
Dim instance As ProgressEventArgs Dim value As Long instance.TotalBytes = value value = instance.TotalBytes
public long TotalBytes {get; set;}
If the Progress Event is raised by an Archive level action, TotalBytes is the uncompressed size of all the items in the Archive. If the Progress Event is raised by an ArchiveItem level action then TotalBytes is the uncompressed size of the ArchiveItem object.