Browse our Products
Aspose.Tasks for Java 6.6.0 Release Notes
Public API and Backwards Incompatible Changes
Following changes have been made to the public API in Aspose.Tasks for Java 6.6.0.
The following public methods were added to existing classes:
Name | Description |
---|---|
ImageSaveOptions.getPixelFormat | Gets the format of the color data for each pixel in the image. |
ImageSaveOptions.setPixelFormat | Sets the format of the color data for each pixel in the image. |
ImageSaveOptions.getHorizontalResolution | Gets the horizontal resolution in dpi. |
ImageSaveOptions.setHorizontalResolution | Sets the horizontal resolution in dpi. |
ImageSaveOptions.getVerticalResolution | Gets the vertical resolution in dpi. |
ImageSaveOptions.setVerticalResolution | Sets the vertical resolution in dpi. |
The following public enumerated types were added:
Name | Description |
---|---|
PixelFormat | Specifies the format of the color data for each pixel in the image. |