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

In This Topic
    Position Property (C1ZStreamReader)
    In This Topic
    Gets the position within the stream (read-only).
    Syntax
    'Declaration
     
    Public Overrides Property Position As System.Long
    public override System.long Position {get; set;}
    See Also