output_stream property
output_stream property
Gets and sets the Stream for writing the generated data to.
When setting this property with value other than null, LowCodeSaveOptions.output_file
will be ignored.
Definition:
@property
def output_stream(self):
...
@output_stream.setter
def output_stream(self, value):
...
See Also
- module
aspose.cells.lowcode
- class
LowCodeSaveOptions