wpf - WPF是否支持本地读取/写入WMF/EMF文件?

标签 wpf winforms winapi wmf .emf

Windows Presentation Foundation是否可以在不使用WinForms Interop或Win32的情况下读取/写入WMF/EMF文件。

如果没有,原因是什么?

最佳答案

在MSDN上的快速搜索显示a thread包含Microsoft的PM Peggi Goodwin的帖子:

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.

关于wpf - WPF是否支持本地读取/写入WMF/EMF文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/554492/

相关文章:

WPF 数据绑定(bind)

c# - Datagrid 组合框使 relativsource 工作

wpf - GridSplitter 未正确分割

c# - 如何使用控制面板程序功能中显示的复选框

c# - 自定义控制和处置

c - 对话框不工作 - win32 api

c# - 如何跟踪 WPF RichTextBox 中的 TextPointer?

c# - 使用语音命令启用和禁用语音识别

c - Windows 服务 C

c++ - 为什么 _WIN32_WINNT == 0x400 在 Windows 7 机器上的 Qt Creator 中?