¸
¸¶ÀÌÅ©·Î¼ÒÇÁÆ®
Hi.
If I paste image into the visio document.
then visio make new shape which contain foreignData.
How can I get the original image from shape's foreignData.
ex.) like this... but not work
MemoryStream stream = new MemoryStream((byte[])Shape.ForeignData);
Image img = Metafile.FromStream(stream);
If I paste image into the visio document.
then visio make new shape which contain foreignData.
How can I get the original image from shape's foreignData.
ex.) like this... but not work
MemoryStream stream = new MemoryStream((byte[])Shape.ForeignData);
Image img = Metafile.FromStream(stream);