Clear the Image reference that this object maintains, so that the next use of that property (for example, in Paint) will result in a call to LoadImage.
This is different from setting the Image property to null, because that change would actually modify the state of this GoImage, a change that could be undone and redone.