Aspose::Pdf::Facades::SaveableFacade::Save method

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

Saves the PDF document to the specified stream.

void Aspose::Pdf::Facades::SaveableFacade::Save(System::SharedPtr<System::IO::Stream> destStream) override
ParameterTypeDescription
destStreamSystem::SharedPtr<System::IO::Stream>The destination stream.

See Also

SaveableFacade::Save(System::String) method

Saves the PDF document to the specified file.

void Aspose::Pdf::Facades::SaveableFacade::Save(System::String destFile) override
ParameterTypeDescription
destFileSystem::StringThe destination file.

See Also