org.pdfbox.pdmodel.graphics.xobject
Class PDInlinedImage
java.lang.Object
org.pdfbox.pdmodel.graphics.xobject.PDInlinedImage
public class PDInlinedImage
extends java.lang.Object
This class represents an inlined image.
createImage
public BufferedImage createImage()
throws IOException
This will take the inlined image information and create a java.awt.Image from
it.
- The image that this object represents.
getImageData
public byte[] getImageData()
Get the bytes for the image.
getImageParameters
public ImageParameters getImageParameters()
This will get the image parameters.
setImageData
public void setImageData(byte[] value)
Set the bytes that make up the image.
setImageParameters
public void setImageParameters(ImageParameters imageParams)
This will set the image parameters for this image.
imageParams
- The imageParams.