SeekOrigin

SeekOrigin enum

Specifies the reference position in the stream relative to which the position to seek to is specified.

enum class SeekOrigin

Values

NameValueDescription
Begin0Beginning of the stream.
Current1Current stream position.
End2End of the stream.

See Also