用winform打印panel,打印之前选择打印机的代码
2个回答
展开全部
PrintDialog dlg = new PrintDialog() ;
dlg.Width = 800;
dlg.Height = 600;
dlg.Document = printDocument1;
if (dlg.ShowDialog() == DialogResult.OK)
printDocument1.Print();
dlg.Width = 800;
dlg.Height = 600;
dlg.Document = printDocument1;
if (dlg.ShowDialog() == DialogResult.OK)
printDocument1.Print();
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你搜索一下就有答案了
new PrintDialog().ShowDialog();
参考:http://lybailinggongzhu.blog.163.com/blog/static/34941491201082144735554/
new PrintDialog().ShowDialog();
参考:http://lybailinggongzhu.blog.163.com/blog/static/34941491201082144735554/
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询