| ||||||||||
pdf_execute_imagePopisvoid pdf_execute_image ( int pdf document, int image, double x-coor, double y-coor, double scale)Funkce pdf_execute_image() function displays an image that has been put in the PDF file with the pdf_put_image() function on the current page at the given coordinates. The image can be scaled while displaying it. A scale of 1.0 will show the image in the original size.
| ||||||||||
|