PsDocument.SaveAsImage
Contents
[
Hide
]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 “options” param. If the document was initialized with a stream that is not FileStream, image file will be saved in the current folder with default file name template. 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