save_as_image method

save_as_image

Saves PS/EPS file to images bytes arrays.

Returns

Images bytes. One byte array for one page.

def save_as_image(self, options):
    ...
ParameterTypeDescription
optionsaspose.page.eps.device.ImageSaveOptionsContains necessary parameters for saving image and flags that specify output of errors thrown during conversion.

See Also