void |
PDFCanvas.drawImage(PDFImage image,
float x1,
float y1,
float x2,
float y2) |
Draw a PDFImage at the specified position on the page
|
void |
PDFDrawable.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
|
float |
OutputProfiler.ImageAction.resample(OutputProfiler profiler,
PDFImage image,
Map<String,Object> properties) |
Optionally causes an image embedded in the PDF to be resampled or recompressed.
|
float |
OutputProfiler.SimpleImageAction.resample(OutputProfiler profiler,
PDFImage image,
Map<String,Object> properties) |
|
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.
|