Are you referring to the AddPicture method of the WORD?
If not please tell me how to import metafile to MS WORD.
More details:
Doc.InlineShapes.AddPicture() needs an Image file stored on disk space, But I dont have Image file. What I have is an Image object.
When I tried to copy metafile from Clipboard, it didnt support the metafile.
So is there any other method to insert an Image to WORD.
Thank you.
|