0
A
回答
1
1
您可以使用繪圖方法來捕獲窗體的整個客戶區,然後使用Print方法來打印它們。
Graphics myGraphics = this.CreateGraphics();
Size s = this.Size;
memoryImage = new Bitmap(s.Width, s.Height, myGraphics);
Graphics memoryGraphics = Graphics.FromImage(memoryImage);
memoryGraphics.CopyFromScreen(this.Location.X, this.Location.Y, 0, 0, s);
然後使用PrintDocument類來打印它。
相關問題
- 1. 瀏覽並保存pdf文件C#winform
- 2. 如何使用另存爲對話框將Winform保存爲pdf
- 3. 打印winform屏幕
- 4. 在Winform C中打印DataGridView#
- 5. 打印Winform /視覺元素
- 6. .NET 2.0 WinForm打印屏幕
- 7. 以高品質打印winform?
- 8. 將多個頁面打印爲PDF
- 9. 在A4頁面上打印並保存爲PDF
- 10. 在Winform應用程序中打印多個頁面
- 11. 獲取打印預覽並將其保存爲PDF文件
- 12. Winform爲一個表單下的不同頁面Winform多個Usercontrols
- 13. 將WinForm格式打印到默認打印機
- 14. HtmlUnit並將頁面保存爲PDF
- 15. 將WinForm或控件保存到文件
- 16. C#,Winform - 創建PDF
- 17. 在Pdf Viewer中禁用控制打印(Ctrl + P)Devexpress Winform
- 18. 打印多的div和它的數據,並將其保存爲PDF
- 19. 保存/打印pdf嵌入
- 20. FollowHyperlink打開winform
- 21. 在Winform應用程序中打印
- 22. Winform文本框不在打印圖像
- 23. C#Winform:打印ListView的內容
- 24. 示例C#代碼打印WinForm MSChart
- 25. Drupal將所有頁面打印爲pdf
- 26. Winform緩存
- 27. 打印/保存完整的網頁爲PDF
- 28. 如何轉換並保存打印文檔爲PDF
- 29. 如何在Codeignitor中打印預設報告並保存爲PDF
- 30. 打開新的winform