seek method
seek
Sets the position within the current stream
Returns
The new position within the current stream int
def seek(self, offset, origin):
...
| Parameter | Type | Description |
|---|---|---|
| offset | int | A byte offset relative to the origin parameter int |
| origin | System.IO.SeekOrigin | A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position |
See Also
- class
IStreamWrapper - module
aspose.slides - library
Aspose.Slides