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
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>Stream where changed PDF document will be saved.

See Also

PdfPageEditor::Save(System::String) method

Saves changed document into file.

void Aspose::Pdf::Facades::PdfPageEditor::Save(System::String outputFile) override
ParameterTypeDescription
outputFileSystem::StringPath to file where document will be saved.

See Also