[]
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.
long Seek(long offset, SeekOrigin origin)
| Type | Name | Description |
|---|---|---|
| long | offset | The offset. |
| SeekOrigin | origin | The origin. |
| Type | Description |
|---|---|
| long | The offset of the seek pointer from the beginning of the stream. |