Using Region spying mode, we can capture an image and save it as an image data item. How we can copy it to a word file or image file or simply export it to local system as an image file? Any help would be great, Thanks.
Create a code stage VBO with code that looks like this:
Image.Save(Filename)
Where your input paramters are an image datatype (called Image) and a text datatype (called Filename)