public class ImageSaveOptions extends ImageRenderingOptions
Specific options data class.
| Constructor and Description |
|---|
ImageSaveOptions()
Initializes a new instance of the
ImageSaveOptions class; ImageFormat.Png will be used as default image format. |
ImageSaveOptions(int format)
Image format
ImageFormat based on initialization
|
getCompression, getFormat, getHorizontalResolution, getSmoothingMode, getText, getVerticalResolution, setCompression, setFormat, setHorizontalResolution, setSmoothingMode, setVerticalResolutiondeepClone, getBackgroundColor, getCss, getPageSetup, memberwiseClone, setBackgroundColor, setPageSetuppublic ImageSaveOptions()
Initializes a new instance of the ImageSaveOptions class; ImageFormat.Png will be used as default image format.
public ImageSaveOptions(int format)
Image format ImageFormat based on initialization
format - Image format