PsDocument.Merge

PsDocument.Merge method

Merges PS/EPS files to a device.

[Obsolete("Save is deprecated beginning from 24.3, please use MergeToPdf instead. In 24.6 this method will be hidden")]
public void Merge(string[] filesForMerge, Device device, SaveOptions options)
ParameterTypeDescription
filesForMergeString[]PS/EPS files for merging with this file to an output device.
deviceDeviceAn output device.
optionsSaveOptionsContains flags that specify output of errors thrown during conversion.

See Also