position property
position property
Gets or sets the current position within the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor.
Definition:
@property
def position(self):
...
@position.setter
def position(self, value):
...
See Also
- module
aspose.cad
- class
StreamContainer