fgl_report_setPrinterChromaticity

Control color selection of the printer.

Syntax

fgl_report_setPrinterChromaticity(
   chromaticity STRING )
  1. chromaticity - one of: monochrome|color.

Usage

Function to control color selection of the printer

Controls how the print data should be generated or processed. It does not confine the printer selection to printers with the specified capability. Default value is color. Setting this option reduces the set of usable printers to those matching it.

Fails if the argument is not one of the specified values.

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.