Reporting API Functions / Functions to change reporting options |
Specify an exact resolution for the printer.
fgl_report_setPrinterResolution( resolution INTEGER )
Value | Description (X-axis, Y-axis, Measure) |
---|---|
300 | 300,300,dpi |
300 dpcm | 300,300,dpcm |
300,150 | 300,150,dpi |
300,150,dpi | 300,150,dpi |
300,150,dpcm | 300,150,dpcm |
Function to specify an exact resolution.
Specifies an exact resolution supported by a printer or to be used for the job. This attribute assumes that printers have a small set of device resolutions at which they can operate rather than a continuum.
By default, a resolution is not specified.
Setting this option reduces the set of usable printers to those matching it.
See Usage.