fgl_report_setImageUsePageNamesAsFileNames
Configure image file name generation.
Syntax
fgl_report_setImageUsePageNamesAsFileNames(
value BOOLEAN )
- value - If TRUE, the page names ("name" attribute) in the
document are used as image file names. If a name is not unique, a disambiguation
number is appended. If a page does not set the "name" attribute, the default
naming scheme explained in fgl_report_configureImageDevice is used. The default
value is FALSE.Note: To specify a BOOLEAN value, enter TRUE or FALSE without quotation marks.
Usage
Function to configure image file name generation.
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.