SeekOrigin
SeekOrigin enum
Specifies the reference position in the stream relative to which the position to seek to is specified.
enum class SeekOrigin
Values
| Name | Value | Description | 
|---|---|---|
| Begin | 0 | Beginning of the stream. | 
| Current | 1 | Current stream position. | 
| End | 2 | End of the stream. | 
See Also
- Namespace System::IO
- Library Aspose.Slides