WriteBindedPresentation()
IPresentationInfo::WriteBindedPresentation(System::SharedPtr<System::IO::Stream>) method
Writes binded presentation to stream.
virtual void Aspose::Slides::IPresentationInfo::WriteBindedPresentation(System::SharedPtr<System::IO::Stream> stream)=0
Arguments
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | The stream must be seekable and writable. |
IPresentationInfo::WriteBindedPresentation(System::String) method
Writes binded presentation to file.
virtual void Aspose::Slides::IPresentationInfo::WriteBindedPresentation(System::String file)=0
Arguments
Parameter | Type | Description |
---|---|---|
file | System::String | Presentation file. |
See Also
- Typedef SharedPtr
- Class Stream
- Class IPresentationInfo
- Class String
- Namespace Aspose::Slides
- Library Aspose.Slides