Package | Description |
---|---|
com.aspose.eps |
The com.aspose.eps is a root package for all classes that deal with PS/EPS files.
|
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.
|
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 |
ImageDevice.getFormat()
Gets image format.
|
Constructor and Description |
---|
ImageDevice(Dimension size,
ImageFormat imageFormat)
Initializes new instance of
ImageDevice with specified size of a page and image format. |
Copyright © 2022 Aspose. All Rights Reserved.