Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does WPF support reading/writing WMF/EMF files natively?

Can Windows Presentation Foundation read/write WMF/EMF files without having to use WinForms Interop or Win32.

If it does not, what is the reason?

like image 799
user62572 Avatar asked Feb 16 '09 20:02

user62572


1 Answers

A quick search on MSDN reveals a thread containing a post by Peggi Goodwin, a PM at Microsoft:

WPF does not support the EMF and WMF image formats. These formats are more susceptible to security vulnerabilities than other image formats, so we do not intend to support them.

like image 183
Robert Macnee Avatar answered Oct 20 '22 16:10

Robert Macnee