[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Storage.IStream.Seek

Seek Method

Seek(long, SeekOrigin)

Changes the seek pointer to a new location relative to the beginning of the stream, to the end of the stream, or to the current seek pointer.

Declaration
long Seek(long offset, SeekOrigin origin)
Parameters
Type Name Description
long offset

The offset.

SeekOrigin origin

The origin.

Returns
Type Description
long

The offset of the seek pointer from the beginning of the stream.