PowerTCP Zip Compression for .NET
Length Property (SpanProgressEventArgs)




The total bytes of the compressed data to be spanned.
Syntax
Public ReadOnly Property Length As Long
Dim instance As SpanProgressEventArgs
Dim value As Long
 
value = instance.Length
public long Length {get;}
public: __property long get_Length();
public:
property int64 Length {
   int64 get();
}

Property Value

A long representing the total bytes of the compressed data to be spanned.
Remarks

This value represents the compressed data to be spanned into individual parts.

See Also

Reference

SpanProgressEventArgs Class
SpanProgressEventArgs Members


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