Aspose::Pdf::Facades::ISaveableFacade::Save method

ISaveableFacade::Save(System::SharedPtr<System::IO::Stream>) method

Saves the result PDF document to stream.

virtual void Aspose::Pdf::Facades::ISaveableFacade::Save(System::SharedPtr<System::IO::Stream> destStream)=0
ParameterTypeDescription
destStreamSystem::SharedPtr<System::IO::Stream>The stream of output PDF document.

See Also

ISaveableFacade::Save(System::String) method

Saves the result PDF document to file.

virtual void Aspose::Pdf::Facades::ISaveableFacade::Save(System::String destFile)=0
ParameterTypeDescription
destFileSystem::StringThe path of output PDF document.

See Also