PsDocument.SaveAsImage
PsDocument.SaveAsImage method
Saves PS/EPS file to images bytes arrays.
public byte[][] SaveAsImage(ImageSaveOptions options)
Parameter | Type | Description |
---|---|---|
options | ImageSaveOptions | Contains necessary parameters for saving image and flags that specify output of errors thrown during conversion. |
Return Value
Images bytes. One byte array for one page.
See Also
- class ImageSaveOptions
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page