SeekOrigin enumeration

SeekOrigin enumeration

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

The SeekOrigin type exposes the following members:

Fields

FieldDescription
BEGINSpecifies the beginning of a stream.
CURRENTSpecifies the current position within a stream.
ENDSpecifies the end of a stream.

See Also