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
| Parameter | Type | Description |
|---|---|---|
| destStream | System::SharedPtr<System::IO::Stream> | The stream of output PDF document. |
See Also
- Typedef SharedPtr
- Class Stream
- Class ISaveableFacade
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
ISaveableFacade::Save(System::String) method
Saves the result PDF document to file.
virtual void Aspose::Pdf::Facades::ISaveableFacade::Save(System::String destFile)=0
| Parameter | Type | Description |
|---|---|---|
| destFile | System::String | The path of output PDF document. |
See Also
- Class String
- Class ISaveableFacade
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++