Enum SeekOrigin
Specifies the position in a stream to use for seeking.
public enum SeekOrigin
  Fields
Begin = 0Specifies the beginning of a stream.
Current = 1Specifies the current position within a stream.
End = 2Specifies the end of a stream.
Remarks
These constants match Win32's FILE_BEGIN, FILE_CURRENT, and FILE_END