| 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. |
| 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.
|
| com.aspose.xps.plugins |
The
<b>com.aspose.xps.plugins</b> contains XPS plugins classes. |
| Modifier and Type | Method and Description |
|---|---|
ImageFormat |
ImageSaveOptions.getImageFormat()
Gets an image format for resulting image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageSaveOptions.setImageFormat(ImageFormat imageFormat)
Specifies an image format for resulting image.
|
| Constructor and Description |
|---|
ImageSaveOptions(Dimension size,
ImageFormat imageFormat)
Initializes new instance of
ImageSaveOptions with specified size of the image and image format. |
ImageSaveOptions(Dimension size,
ImageFormat imageFormat,
boolean supressErrors)
Initializes new instance of
ImageSaveOptions with specified size of the image, image format and suppressErrors flag. |
ImageSaveOptions(ImageFormat imageFormat)
Initializes new instance of
ImageSaveOptions with specified image format. |
ImageSaveOptions(ImageFormat imageFormat,
boolean supressErrors)
Initializes new instance of
ImageSaveOptions with specified image format and suppressErrors flag. |
| Modifier and Type | Method and Description |
|---|---|
ImageFormat |
PsConverterToImageOptions.getImageFormat()
Gets image format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PsConverterToImageOptions.setImageFormat(ImageFormat imageFormat)
Gets image format.
|
| Constructor and Description |
|---|
PsConverterToImageOptions(ImageFormat imageFormat)
Initializes new instance of the
PsConverterToImageOptions object with image format. |
PsConverterToImageOptions(ImageFormat imageFormat,
Dimension size)
Initializes new instance of the
PsConverterToImageOptions object with image format. |
| Modifier and Type | Method and Description |
|---|---|
static ImageFormat |
ImageFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageFormat[] |
ImageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImageFormat |
XpsConverterToImageOptions.getImageFormat()
Gets image format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XpsConverterToImageOptions.setImageFormat(ImageFormat imageFormat)
Gets image format.
|
| Constructor and Description |
|---|
XpsConverterToImageOptions(ImageFormat imageFormat)
Initializes new instance of the
XpsConverterToImageOptions object with image format. |
XpsConverterToImageOptions(ImageFormat imageFormat,
Dimension size)
Initializes new instance of the
XpsConverterToImageOptions object with image format. |
Copyright © 2025 Aspose. All Rights Reserved.