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

ParameterTypeDescription
streamSystem::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

ParameterTypeDescription
fileSystem::StringPresentation file.

See Also