PsDocument.SaveAsImage

PsDocument.SaveAsImage method

Saves PS/EPS file to images bytes arrays.

public byte[][] SaveAsImage(ImageSaveOptions options)
ParameterTypeDescription
optionsImageSaveOptionsContains 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