ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearRasterProcessing Class > export Method : export(ImGearRasterPage,ImGearRectangle,ImGearRectangle,ImGearRectangle,ImGearInterpolationOptions,ImGearRGBQuad,int,int) Method |
public static java.awt.image.BufferedImage export( ImGearRasterPage page, ImGearRectangle imageRect, ImGearRectangle deviceRect, ImGearRectangle clipRect, ImGearInterpolationOptions interpolationOptions, ImGearRGBQuad backgroundColor, int ppmX, int ppmY ) |
Exports an image of the page to a BufferedImage with the ability to specify the rectangular part of the image being exported and the interpolation method that should be used to resize the specified image part to device rectangle.
com.accusoft.imagegear.core.ImGearRasterPageT:com.accusoft.imagegear.processing.ImGearInterpolationOptionscom.accusoft.imagegear.core.ImGearRGBQuad