在WPF中打印时出错

在WPF中打印时出错

本文介绍了在WPF中打印时出错.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

谢谢您的时间!!

在WPF中打印时出现以下错误.

PrintTicket提供程序无法检索PrintCapabilities. Win32错误:-2147418113

这是我要打印的代码

printDlg.PrintDocument(idpSource.DocumentPaginator,"Hello WPF打印.");

解决方案


Thanks for your time in advance !!

I''m Getting the following error while printing in WPF.

PrintTicket provider failed to retrieve PrintCapabilities. Win32 error: -2147418113

Here is my Code to Print

printDlg.PrintDocument(idpSource.DocumentPaginator, "Hello WPF Printing.");

解决方案



这篇关于在WPF中打印时出错.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 13:10