ComponentOne Zip for UWP
C1.UWP.Zip Assembly / 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 System.Long
    public override System.long Length {get;}
    See Also