PsDocument.Merge

PsDocument.Merge method

Merges PS/EPS files to a device.

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