- Various
- Printing in an HTML file
- Printing in PDF
iPrintImage (Function) In french: iImprimeImage Sends the image to print to the print buffer. The print is not started (only iEndPrinting can be used to start the print). The print mode of the image depends on the parameters passed to iPrintImage. Versions 20 and laterRemark: This function must not be used to print the background image of a report. To define the background image of a report, use BackgroundImage. BackgroundImagePrinted is used to specify whether the image must be printed with the report. New in version 20Remark: This function must not be used to print the background image of a report. To define the background image of a report, use BackgroundImage. BackgroundImagePrinted is used to specify whether the image must be printed with the report. Remark: This function must not be used to print the background image of a report. To define the background image of a report, use BackgroundImage. BackgroundImagePrinted is used to specify whether the image must be printed with the report. Versions 18 and later New in version 18 Versions 19 and later New in version 19 Versions 21 and later New in version 21
// Prints Flower.JPG at line 20mm, column 50 mm without stretching or reducing iPrintImage("Flower.JPG", 20, 50) iEndPrinting()
Syntax
Printing an image in a specific area Hide the details
iPrintImage(<Image name> , <X1> , <Y1> , <X2> , <Y2> [, <Scale>])
Printing an image at a specific position Hide the details
iPrintImage(<Image name> , <X1> , <Y1> [, <Scale>])
Printing an image section Hide the details
iPrintImage(<File name> , <X1> , <Y1> , <X2> , <Y2> , <X3> , <Y3> , <X4> , <Y4> [, <Scale>])
Remarks Various - The origin (0,0) is located in the top left corner of the sheet. It takes the physical margins of printer into account.
- If the image doesn't fit in the defined zone and if centering was requested (<Scale> = 999), then the centering option is abandoned.
This page is also available for…
|
|
|