ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / ZipProgressEventArgs Class / FileLength Property

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