PsDocument.SaveAsImagesBytes
PsDocument.SaveAsImagesBytes method
Saves PS/EPS file to images bytes arrays.
public byte[][] SaveAsImagesBytes(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