ImageGear for Java
export(ImGearRasterPage,int,int) Method
Raster page to be exported.
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
public static java.awt.image.BufferedImage export( 
   ImGearRasterPage page,
   int ppmX,
   int ppmY
)

Parameters

page
Raster page to be exported.
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

An instance of BufferedImage class.

Since BufferedImage stores pixels in RGB or Indexed format only, color space conversion is used to transfer image data.

com.accusoft.imagegear.core.ImGearRasterPage

See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback