fgl_report_setImageShrinkImagesToPageContent
Configure image cropping.
Syntax
fgl_report_setImageShrinkImagesToPageContent(
value BOOLEAN )
- value - If TRUE, the images produced are cropped to the page
content (size of the page box). If FALSE, the images have full page size. The
default value is FALSE.Note: To specify a BOOLEAN value, enter TRUE or FALSE without quotation marks.
Usage
Function to configure image cropping.
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.