Gets the image stored in the shape as a .NET Image object.
[Visual Basic]Public Function ToImage() As
Image [C#]public
Image ToImage();
Remarks
A new Image object is created every time this method is called.
It is the responsibility of the caller to dispose the image object.
See Also
ImageData Class | Aspose.Words.Drawing Namespace