PsDocument.SaveAsImage
SaveAsImage(ImageSaveOptions)
Saves PS/EPS file to image file. The output directory and the file name will be the same as from input PS file. The file extension will correspond to image format in “option” param. Contains necessary parameters for saving image and flags that specify output of errors thrown during conversion.
public void SaveAsImage(ImageSaveOptions options)
See Also
- class ImageSaveOptions
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
SaveAsImage(ImageSaveOptions, string, string)
public void SaveAsImage(ImageSaveOptions options, string outDir, string fileNameTemplate)
See Also
- class ImageSaveOptions
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page