0
Answer

Create memory stream from metafile

Nathan NZ

Nathan NZ

15y
7.6k
1

Hi All,

I have to create a memory stram from a metafile. I dont want to save the metafile in any other format than EMF. But when I tried to save metafile in emf format as
 metafile.Save(mStream, ImageFormat.Emf)
I wil  get GDI+ error.

Please tell me how can I do this.

Thanking you,
Nathan