Package | Description |
---|---|
com.aspose.eps | |
com.aspose.eps.device |
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. |