SeekOrigin

SeekOrigin enumeration

Provides the fields that represent reference points in StreamContainer for seeking.

public enum SeekOrigin

Values

NameValueDescription
Begin0Specifies the beginning of a stream.
Current1Specifies the current position within a stream.
End2Specifies the end of a stream.

See Also