MobileForms Toolkit Documentation

ZipStream.Position Property

Gets or sets the current position of this stream.

public override long Position {get; set;}

Property Value

The current position of this stream.

Remarks

You can only get actual position. It specifies how much ov bytes was packed or unpacked. Set throw NotSupportedException.

See Also

ZipStream Class | Resco.IO.Zip Namespace