pdfimageinfo-ag凯发旗舰厅
com.spire.pdf.exporting
class pdfimageinfo
java.lang.object
com.spire.pdf.exporting.pdfimageinfo
public class pdfimageinfo
- extends java.lang.object
represents the utility class to store information about images and its location.
constructor summary |
pdfimageinfo()
|
pdfimageinfo(java.awt.geom.rectangle2d bounds,
java.awt.image.bufferedimage image,
int index)
|
pdfimageinfo(java.awt.geom.rectangle2d bounds,
java.awt.image.bufferedimage image,
int index,
java.lang.string name)
|
method summary |
java.awt.geom.rectangle2d |
getbounds()
gets the image boundary location. |
java.awt.image.bufferedimage |
getimage()
gets the image. |
int |
getindex()
gets the image index. |
pdfimageinfo
public pdfimageinfo()
pdfimageinfo
public pdfimageinfo(java.awt.geom.rectangle2d bounds,
java.awt.image.bufferedimage image,
int index)
pdfimageinfo
public pdfimageinfo(java.awt.geom.rectangle2d bounds,
java.awt.image.bufferedimage image,
int index,
java.lang.string name)
getbounds
public java.awt.geom.rectangle2d getbounds()
- gets the image boundary location.
getimage
public java.awt.image.bufferedimage getimage()
- gets the image.
getindex
public int getindex()
- gets the image index.