PowerTCP Zip Compression for .NET
TotalBytes Property




The total bytes to be processed for this operation.
Syntax
Public Property TotalBytes As Long
Dim instance As ProgressEventArgs
Dim value As Long
 
instance.TotalBytes = value
 
value = instance.TotalBytes
public long TotalBytes {get; set;}
public: __property long get_TotalBytes();
public: __property void set_TotalBytes( 
   long value
);
public:
property int64 TotalBytes {
   int64 get();
   void set (    int64 value);
}

Property Value

A long representing the total bytes to be processed for this operation.
Remarks

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.

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