public static java.awt.image.BufferedImage export(
ImGearRasterPage ,
int ,
int
)
|
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