Position Property From DotNetZip previous page next page Ionic Zip Library v1.9.1.6 Position Property Reference ► Ionic.Zip ► ZipInputStream ► Position C# Visual Basic Visual C++ Gets or sets the position of the underlying stream. Declaration Syntax C# Visual Basic Visual C++ public override long Position { get; set; } Public Overrides Property Position As Long Get Set public: virtual property long long Position { long long get () override; void set (long long value) override; } Remarks Setting the position is equivalent to calling Seek(value, SeekOrigin.Begin). Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8) previous page start next page