ImageGear for Java
export(ImGearRasterPage,ImGearRectangle,ImGearRectangle,ImGearRectangle,ImGearInterpolationOptions,ImGearRGBQuad,int,int) Method
Page to be exported.
Part of image to export.
Output area onto which exported image part will be scaled.
Interested part of device rectangle.
Interpolation method used to resize from image rectangle to device.
Background pixel to blend exporting page with. It's used only if the given page contains alpha or premultiplied alpha channel.
Specifies horizontal resolution of resulting image object. Measurement unit is PPM, i.e., pixels per meter.
Specifies vertical resolution of resulting image object. Measurement unit is PPM, i.e., pixels per meter.
Exports content of raster page to a BufferedImage.
Syntax

Parameters

page
Page to be exported.
imageRect
Part of image to export.
deviceRect
Output area onto which exported image part will be scaled.
clipRect
Interested part of device rectangle.
interpolationOptions
Interpolation method used to resize from image rectangle to device.
backgroundColor
Background pixel to blend exporting page with. It's used only if the given page contains alpha or premultiplied alpha channel.
ppmX
Specifies horizontal resolution of resulting image object. Measurement unit is PPM, i.e., pixels per meter.
ppmY
Specifies vertical resolution of resulting image object. Measurement unit is PPM, i.e., pixels per meter.

Return Value

Instance of BufferedImage class.

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

See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback