03-15-2019 10:54 AM
Hi everyone!
I have a simple programme that take a screenhshot of the front panel Page by using Get Image. The result of this function is an Image Data that I can export to a file. However, I'd like to copy this image to clipboard so that I can paste it in a Microsoft Word file. I've tried the Invoke Node Write to Clipboard, but it doesn't allow to copy the Image Data (it needs a String).
Any ideas on how to do this?
Thanks in advanced to everyone!
Solved! Go to Solution.
03-15-2019 11:06 AM
Have a look at this one:
Regards, Jens
03-15-2019 11:06 AM
Pretty sure you'll need to use .NET nodes for this. I imagine you'll end up at Clipboard.SetImage(), though I haven't checked to see how hard it might be to get there in the first place.