Enum SeekOrigin
Provides the fields that represent reference points in StreamContainer for seeking.
public enum SeekOrigin
Fields
Begin = 0
Specifies the beginning of a stream.
Current = 1
Specifies the current position within a stream.
End = 2
Specifies the end of a stream.