Aspose::Page::XPS::XpsDocument::Merge 方法

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

将多个 XPS 文件合并为一个 XPS 文档。

void Aspose::Page::XPS::XpsDocument::Merge(System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<System::IO::Stream> outStream)
ParameterType描述
filesForMergeSystem::ArrayPtr<System::String>XPS 文件用于与此文档合并。
outStreamSystem::SharedPtr<System::IO::Stream>用于保存合并后 XPS 文档的输出流。

另见

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

将多个 XPS 文件合并为一个 XPS 文档。

void Aspose::Page::XPS::XpsDocument::Merge(System::ArrayPtr<System::String> filesForMerge, System::String outXpsFilePath)
ParameterType描述
filesForMergeSystem::ArrayPtr<System::String>XPS 文件用于与此文档合并。
outXpsFilePathSystem::String输出 Xps 文件路径。

另见