Seek()
IStreamWrapper::Seek(int64_t, System::IO::SeekOrigin) method
Sets the position within the current stream
virtual int64_t Aspose::Slides::IStreamWrapper::Seek(int64_t offset, System::IO::SeekOrigin origin)=0
Arguments
Parameter | Type | Description |
---|---|---|
offset | int64_t | A byte offset relative to the origin parameter int64_t |
origin | System::IO::SeekOrigin | A value of type System::IO::SeekOrigin indicating the reference point used to obtain the new position |
Return Value
The new position within the current stream int64_t
See Also
- Enum SeekOrigin
- Class IStreamWrapper
- Namespace Aspose::Slides
- Library Aspose.Slides