06-28-2010, 01:52 PM
Hi,
I'm trying to get a metafile from clipboard with the ReaderWmf component.
But I don't know how I can do that.
I can get a System.Window.Control.Image with this line:
I'm not sure this is a good solution and I don't how to create a stream for Image to the ReaderWmf.
Anyone have an idea.
Antony.
I'm trying to get a metafile from clipboard with the ReaderWmf component.
But I don't know how I can do that.
I can get a System.Window.Control.Image with this line:
Code:
Image clipboardImage = Clipboard.GetData(DataFormats.MetafilePicture) as Image;
Anyone have an idea.
Antony.