Image in image command

 From:  Michael Gibson
10813.7 In reply to 10813.6 
Hi Brian,

re:
> I am wondering if .getEmbeddedImage function() will have any other methods? Or submethods.
> (More methods not needed...)

Well it will return a bitmap image object which has these methods on it:

.save()
.getSaveFileName()
.copyToClipboard()

and also an .isValid property.

- Michael