PowerTCP Zip Compression for .NET
ProcessedTotalBytes Property




The cumulative number of bytes that have been processed in the Archive collection during the current operation.
Syntax
Public Property ProcessedTotalBytes As Long
Dim instance As ProgressEventArgs
Dim value As Long
 
instance.ProcessedTotalBytes = value
 
value = instance.ProcessedTotalBytes
public long ProcessedTotalBytes {get; set;}
public: __property long get_ProcessedTotalBytes();
public: __property void set_ProcessedTotalBytes( 
   long value
);
public:
property int64 ProcessedTotalBytes {
   int64 get();
   void set (    int64 value);
}

Property Value

A long representing the total bytes that have been processed in the Archive collection during the current operation.
Remarks
To get the total processed bytes of an individual ArchiveItem object, use ProgressEventArgs.ProcessedItemBytes.
See Also

Reference

ProgressEventArgs Class
ProgressEventArgs Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic