Aspose::Page::XPS::XpsDocument::Merge method

XpsDocument::Merge(System::ArrayPtr<System::String>, System::SharedPtr<System::IO::Stream>) method

Merging several XPS files to one XPS document.

void Aspose::Page::XPS::XpsDocument::Merge(System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<System::IO::Stream> outStream)
ParameterTypeDescription
filesForMergeSystem::ArrayPtr<System::String>XPS files for merging with this document.
outStreamSystem::SharedPtr<System::IO::Stream>The output stream where to save merged XPS documents.

See Also

XpsDocument::Merge(System::ArrayPtr<System::String>, System::String) method

Merging several XPS files to one XPS document.

void Aspose::Page::XPS::XpsDocument::Merge(System::ArrayPtr<System::String> filesForMerge, System::String outXpsFilePath)
ParameterTypeDescription
filesForMergeSystem::ArrayPtr<System::String>XPS files for merging with this document.
outXpsFilePathSystem::StringAn output Xps file path.

See Also