| Package | Description |
|---|---|
| com.aspose.eps.device |
The com.aspose.eps.device package provides classes of possible devices and save options that can be used while converting PS/EPS to other formats.
|
| com.aspose.eps.plugins |
The
<b>com.aspose.eps.plugins</b> contains EPS plugins classes. |
| Modifier and Type | Method and Description |
|---|---|
SmoothingMode |
ImageSaveOptions.getSmoothingMode()
Gets smoothing mode.
|
static SmoothingMode |
SmoothingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmoothingMode[] |
SmoothingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageSaveOptions.setSmoothingMode(SmoothingMode smoothingMode)
Sets smoothing mode.
|
| Modifier and Type | Method and Description |
|---|---|
SmoothingMode |
PsConverterToImageOptions.getSmoothingMode()
Gets the smoothing mode for rendering image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PsConverterToImageOptions.setSmoothingMode(SmoothingMode smoothingMode)
Sets the smoothing mode for rendering image.
|
Copyright © 2025 Aspose. All Rights Reserved.