Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZStreamWriter Class / Length Property

In This Topic
    Length Property (C1ZStreamWriter)
    In This Topic
    Returns the length of the underlying stream, in bytes.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Length As Long
    public override long Length {get;}
    See Also