PowerTCP Zip Compression for .NET
Position Property (SpanProgressEventArgs)




The number of bytes that have been spanned.
Syntax
Public ReadOnly Property Position As Long
Dim instance As SpanProgressEventArgs
Dim value As Long
 
value = instance.Position
public long Position {get;}
public: __property long get_Position();
public:
property int64 Position {
   int64 get();
}

Property Value

A long, indicating how many bytes have been processed relative to ProgressEventArgs.Length.=
Remarks
This represents the cumulative number of compressed bytes that have been already spanned into 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