When overridden in a derived class, sets the position within the current stream.
Syntax
Parameters
- offset
- The point relative to origin from which to begin seeking.
- origin
- Specifies the beginning, the end, or the current position as a reference point
for origin, using a value of type SeekOrigin.
Return Value
Integer value.
See Also