Aspose::Pdf::OptimizedMemoryStream::Seek method

OptimizedMemoryStream::Seek method

When overridden in a derived class, sets the position within the current stream.

int64_t Aspose::Pdf::OptimizedMemoryStream::Seek(int64_t offset, System::IO::SeekOrigin origin) override
ParameterTypeDescription
offsetint64_tA byte offset relative to the origin parameter.
originSystem::IO::SeekOriginA value of type T:System::IO::SeekOrigin indicating the reference point used to obtain the new position.

ReturnValue

The new position within the current stream.

See Also