write_binded_presentation method
write_binded_presentation
Writes binded presentation to stream.
def write_binded_presentation(self, stream):
    ...
| Parameter | Type | Description | 
|---|---|---|
| stream | io.RawIOBase | The stream must be seekable and writable. | 
write_binded_presentation
Writes binded presentation to file.
def write_binded_presentation(self, file):
    ...
| Parameter | Type | Description | 
|---|---|---|
| file | str | Presentation file. | 
See Also
- class IPresentationInfo
- module aspose.slides
- library Aspose.Slides