XpsDocument.Merge
Merge(string[], string)
Merging several XPS files to one XPS document.
public void Merge(string[] filesForMerge, string outXpsFilePath)
Parameter | Type | Description |
---|---|---|
filesForMerge | String[] | XPS files for merging with this document. |
outXpsFilePath | String | An output Xps file path. |
See Also
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page
Merge(string[], Stream)
Merging several XPS files to one XPS document.
public void Merge(string[] filesForMerge, Stream outStream)
Parameter | Type | Description |
---|---|---|
filesForMerge | String[] | XPS files for merging with this document. |
outStream | Stream | The output stream where to save merged XPS documents. |
See Also
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page