PowerTCP Zip Compression for .NET
ProcessedItemBytes Property




The total uncompressed bytes already processed by the ArchiveItem.
Syntax
Public Property ProcessedItemBytes As Long
Dim instance As ProgressEventArgs
Dim value As Long
 
instance.ProcessedItemBytes = value
 
value = instance.ProcessedItemBytes
public long ProcessedItemBytes {get; set;}
public: __property long get_ProcessedItemBytes();
public: __property void set_ProcessedItemBytes( 
   long value
);
public:
property int64 ProcessedItemBytes {
   int64 get();
   void set (    int64 value);
}

Property Value

A long representing the total uncompressed bytes of the ArchiveItem being processed.
Remarks
To get the processed bytes of the collection, use ProgressEventArgs.ProcessedTotalBytes.
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