Aspose::Pdf::Facades::PdfFileInfo::SaveNewInfo method

PdfFileInfo::SaveNewInfo(System::SharedPtr<System::IO::Stream>) method

Save updated PDF document into specified stream.

bool Aspose::Pdf::Facades::PdfFileInfo::SaveNewInfo(System::SharedPtr<System::IO::Stream> outputStream)
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>Output stream.

ReturnValue

True if success otherwise is false.

Deprecated

Use Save(destination) method for saving facade results.

See Also

PdfFileInfo::SaveNewInfo(System::String) method

Save updated PDF document into specified file.

bool Aspose::Pdf::Facades::PdfFileInfo::SaveNewInfo(System::String outputFile)
ParameterTypeDescription
outputFileSystem::StringOutput file.

ReturnValue

True if success otherwise is false.

See Also