MobileForms Toolkit Documentation

ZipStream.CanSeek Property

Gets a value indicating whether the current stream supports seeking.

public override bool CanSeek {get;}

Property Value

ZipStream does not support seek. Return value is always false.

See Also

ZipStream Class | Resco.IO.Zip Namespace