andrew

andrew

  • NA
  • 155
  • 0

Saving Metafiles

Oct 8 2003 11:09 AM
I have a problem with saving metafiles. I open *.wmf file into Image and then do Image.Save(filename, ImageFormat.Wmf) but it seems that the saved file is always bmp file. I also tried to use ImageCodecInfo encoder, but when I get the encoders, there isn't one for metafiles (only tif, jpg, gif, bmp and png) Am I missing something, or .net doesn't support saving back metafiles? Thanks.

Answers (6)