ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZStreamWriter Class / SizeUncompressedLong Property

In This Topic
    SizeUncompressedLong Property (C1ZStreamWriter)
    In This Topic
    Gets the number of bytes that were compressed into the stream (uncompressed bytes).
    Syntax
    Public ReadOnly Property SizeUncompressedLong As Long
    public long SizeUncompressedLong {get;}
    See Also