| Package | Description |
|---|---|
| com.aspose.eps |
The com.aspose.eps is a root package for all classes that deal with PS/EPS files.
|
| com.aspose.page |
The Aspose.Page is a root package for all classes of Aspose.Page library which are either directly in it like Device or indirectly through several subpackages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PsDocument.resizeEps(OutputStream epsStream,
DimensionF newSizeInUnits,
Units units)
Resizes given
PsDocument as EPS file. |
void |
PsDocument.resizeEps(String outEpsFilePath,
DimensionF newSizeInUnits,
Units units)
Resizes given
PsDocument as EPS file. |
| Modifier and Type | Method and Description |
|---|---|
DimensionF |
DimensionF.getSize()
Gets the size of this
Dimension object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DimensionF.setSize(DimensionF d)
Sets the size of this
Dimension object to the specified size. |
| Constructor and Description |
|---|
DimensionF(DimensionF d)
Creates an instance of
Dimension whose width
and height are the same as for the specified dimension. |
Copyright © 2025 Aspose. All Rights Reserved.