Zip for WPF and Silverlight
C1.C1Zip Namespace / ZipProgressEventArgs Class / FileLength Property

In This Topic
    FileLength Property (ZipProgressEventArgs)
    In This Topic
    Gets the length of the file being compressed or expanded.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FileLength As Integer
    public int FileLength {get;}
    See Also