uSnapScreen() action

From The x3270 Wiki

New in 1.1

Saves a graphical snapshot of the screen to a file.

This action does not work if the window is minimized.

Parameters

file
The name of the file to save the snapshot in. The suffix determines the file type. Allowed types are .png, .jpeg, .gif and .tiff.

Examples

Save a PNG snapshot of the screen.

uSnapScreen("\Users\fred\Documents\snapshot.png")