To print InTouch SCADA windows in runtime, use the following InTouch script function.
InTouch Script:
[Result =] PrintWindow([Window Name],[Left Margin],[Top Margin],[Width],[Height],[Options]);
Parameters:
[Window Name] = The name of the InTouch Window to print.
[Left Margin] = Left margin offset
[Top Margin] =Top margin offset
[Width] = Window Width
[Height] = Window Height
[Options] = 1 or 0.
1 = Window printed with the largest aspect ratio, multiples of the window size.
0 = Window printed to fit the page.