cancel
Showing results for 
Search instead for 
Did you mean: 

Region Mode, Capture image and then export it

AmiqKhan
Level 3
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.
2 REPLIES 2

Denis__Dennehy
Level 15
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)

Thanks a lot this worked.