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
Parameter | Type | Description |
---|---|---|
offset | int64_t | A byte offset relative to the origin parameter. |
origin | System::IO::SeekOrigin | A 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
- Enum SeekOrigin
- Class OptimizedMemoryStream
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++