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

ParameterTypeDescription
offsetint64_tA byte offset relative to the origin parameter int64_t
originSystem::IO::SeekOriginA 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