Aspose::Pdf::Facades::PdfPageEditor::Save method
PdfPageEditor::Save(System::SharedPtr<System::IO::Stream>) method
Saves changed document into stream.
void Aspose::Pdf::Facades::PdfPageEditor::Save(System::SharedPtr<System::IO::Stream> outputStream) override
| Parameter | Type | Description |
|---|---|---|
| outputStream | System::SharedPtr<System::IO::Stream> | Stream where changed PDF document will be saved. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PdfPageEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfPageEditor::Save(System::String) method
Saves changed document into file.
void Aspose::Pdf::Facades::PdfPageEditor::Save(System::String outputFile) override
| Parameter | Type | Description |
|---|---|---|
| outputFile | System::String | Path to file where document will be saved. |
See Also
- Class String
- Class PdfPageEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++