|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cete.dynamicpdf.merger.ImageInformation
public class ImageInformation
Represents image's information of an image in the document.
Licensing:
This class is a DynamicPDF Merger Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
int |
getBitsPerComponent()
Gets the Bits Per Component number for a pixel of the image. |
int |
getHeight()
Gets height of the image. |
ExtractedImageData |
getImage()
Returns the ExtractedImageType object for the image
extracted. |
void |
getImage(java.lang.String filePath)
Outputs the image of type jpg or png at the given file path. |
PixelFormat |
getPixelFormat()
Gets the PixelFormat of the image, As PixelFormat object. |
int |
getWidth()
Gets width of the image. |
boolean |
hasTransperency()
Gets the boolean representing alpha channels presence in the image. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getWidth()
public int getHeight()
public boolean hasTransperency()
public PixelFormat getPixelFormat()
PixelFormat
object.
PixelFormat
object.public int getBitsPerComponent()
public ExtractedImageData getImage()
ExtractedImageType
object for the image
extracted.
public void getImage(java.lang.String filePath)
filePath
- the String representing the file path to store the image.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |