fgl_report_setPDFImageResolution

Configure the resolution of embedded images in PDF output.

Syntax

fgl_report_setPDFImageResolution(
   imagesResolution INTEGER )
  1. imagesResolution - Specifies the maximum resolution of embedded images.

Usage

Function to configure the resolution of embedded images in PDF output.

This function is applicable when PDF output has been selected by a call to the function fgl_report_selectDevice.

See Usage.