WriteBindedPresentation
WriteBindedPresentation(Stream)
Writes binded presentation to stream.
public void WriteBindedPresentation(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream must be seekable and writable. |
See Also
- interface IPresentationInfo
- namespace Aspose.Slides
- assembly Aspose.Slides
WriteBindedPresentation(string)
Writes binded presentation to file.
public void WriteBindedPresentation(string file)
Parameter | Type | Description |
---|---|---|
file | String | Presentation file. |
See Also
- interface IPresentationInfo
- namespace Aspose.Slides
- assembly Aspose.Slides