PsDocument.CropEps
Contents
[
Hide
]CropEps(string, float[])
Crops given PsDocument
as EPS file. It saves initial EPS file with updated existing %%BoundingBox or new one will be created.
public void CropEps(string outEpsFilePath, float[] cropBox)
Parameter | Type | Description |
---|---|---|
outEpsFilePath | String | The output EPS file path. |
cropBox | Single[] | The crop box (x0, y0, x, y). |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
CropEps(Stream, float[])
Crops given PsDocument
as EPS file. It saves initial EPS file with updated existing %%BoundingBox or new one will be created.
public void CropEps(Stream epsStream, float[] cropBox)
Parameter | Type | Description |
---|---|---|
epsStream | Stream | Stream of output EPS file. |
cropBox | Single[] | The crop box (x0, y0, x, y). |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page