fgl_report_setImageUsePageNamesAsFileNames

Configure image file name generation.

Syntax

fgl_report_setImageUsePageNamesAsFileNames(
   value BOOLEAN )
  1. value - true or false.

Usage

Function to configure image file name generation.

Sets whether the page names ("name" attribute) in the document should be used as image file names. In the case that a name is not unique, a disambiguation number is appended. In the case that a page does not set the "name" attribute, the default naming scheme explained in fgl_report_configureImageDevice is used.

The default value is false.

See Usage.