fgl_report_setPrinterFidelity

Select printer high fidelity mode.

Syntax

fgl_report_setPrinterFidelity(
   fidelity INTEGER )
  1. fidelity - true or false

Usage

Function to select printer high fidelity mode.

When set, all attributes of the printer have to meet the requested values, otherwise the printout will fail. When set to false, a reasonable attempt to print the document is acceptable. Default value is false. Setting this option reduces the set of usable printers to those matching it.

For a generic 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.