Package | Description |
---|---|
org.faceless.pdf2 |
Contains the classes used to create a PDF document
|
Modifier and Type | Method and Description |
---|---|
PDFImage |
LayoutBox.Box.getImage()
Return the optional image set by the
setImage method,
or null if no image was defined. |
PDFImage |
PDFImageSet.getImage(int page)
Return the specified sub-image from this image as a
PDFImage . |
PDFImage |
PDFPage.getThumbnail()
Return the thumbnail image on the page, as set by
PDFPage.setThumbnail(org.faceless.pdf2.PDFImage) . |
Modifier and Type | Method and Description |
---|---|
void |
PDFCanvas.drawImage(PDFImage image,
float x1,
float y1,
float x2,
float y2)
Draw a
PDFImage at the specified position on the page |
void |
PDFPage.drawImage(PDFImage image,
float x1,
float y1,
float x2,
float y2)
Draw a
PDFImage at the specified position on the page |
void |
WidgetAnnotation.setButtonImage(PDFImage image)
For
FormButton annotations, set the image to display on the button. |
void |
LayoutBox.Box.setImage(PDFImage image)
Set an optional image which goes with this Box.
|
void |
EGIZSignatureHandler.Factory.setLogo(PDFImage logo)
Set the logo to be displayed on the stamp
|
void |
PDFPage.setThumbnail(PDFImage image)
Set the embedded page thumbnail.
|
Copyright © 2001-2017 Big Faceless Organization