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)
Parameter | Type | Description |
---|---|---|
filesForMerge | String[] | PS/EPS files for merging with this file to an output device. |
device | Device | An output device. |
options | SaveOptions | Contains flags that specify output of errors thrown during conversion. |
See Also
- class Device
- class SaveOptions
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page