Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Set the flag whether XFRX will cache image data for PDF output.

...

Set the flag whether XFRX will cache image data for PDF output. This flag use PDF output or using PDFL#INIT  only.

Remarks

Applies To: oXFRX

XFRX version: 24.1

Examples

Code Block
loSession= EVALUATE([xfrx("XFRX#INIT")])
_Screen.oXFRX.SetImagesCache(.T.)

...