fgl_report_setPDFImageResolution
Configure the resolution of embedded images in PDF output.
Syntax
fgl_report_setPDFImageResolution(
imagesResolution INTEGER )
- imagesResolution - Specifies the maximum resolution of embedded images.
Usage
Function to configure the resolution of embedded images in PDF output.
This function is applicable when PDF output has been selected by a call to the function fgl_report_selectDevice
.
For an example of Genero code using a reporting function, see Using report output functions. This example may not use the specific function discussed in this topic, however it provides details on where you would place this (and other) report output functions.