XpsDocument.Merge

Merge(string[], Device, SaveOptions)

Merging XPS documents to PDF using the Device instance.

public void Merge(string[] filesForMerge, Device device, SaveOptions options)
ParameterTypeDescription
filesForMergeString[]XPS files for merging with this document to an output device.
deviceDeviceThe Device instance.
optionsSaveOptionsDocument saving options.

See Also


Merge(string[], Stream)

Merging several XPS files to one XPS document.

public void Merge(string[] filesForMerge, Stream outStream)
ParameterTypeDescription
filesForMergeString[]XPS files for merging with this document.
outStreamStreamThe output stream where to save merged XPS documents.

See Also