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

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