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

In This Topic
    Position Property (ZipProgressEventArgs)
    In This Topic
    Gets the current position into the stream.
    Syntax
    'Declaration
     
    Public ReadOnly Property Position As System.Integer
    public System.int Position {get;}
    See Also