print on paper

 From:  BurrMan
6228.5 In reply to 6228.4 
Hey Shayno,
It can still be better to use the screen capture script inside of MoI, because you can set the resolution of the captured screen in the script.

script: /* render view to clipboard */ var v = moi.ui.getActiveViewport(); if ( v != null ) { moi.view.lineWidth = 4; v.renderToClipboard( 2560, 2560 ); moi.view.lineWidth = 1; }

The limitation will be at the card. But better than doing a screen grab of the monitor.