Windows Form 列印支援
更新:2007 年 11 月
Windows Form 中的列印主要包括使用 PrintDocument 元件 (Windows Form) 元件讓使用者進行輸入,以及使用 PrintPreviewDialog 控制項 (Windows Form) 控制項、PrintDialog 元件 (Windows Form) 和 PageSetupDialog 元件 (Windows Form) 元件來提供使用者對 Windows 作業系統所熟悉的圖形介面。
通常,您會建立 PrintDocument 元件的新執行個體、使用 PrinterSettings 和 PageSettings 類別來設定描述列印項目的屬性,並呼叫 Print 方法以實際列印文件。
在從 Windows 架構應用程式進行列印期間,PrintDocument 元件會顯示中止列印對話方塊,以警示使用者列印正在進行並且允許取消列印的工作。
在本節中
HOW TO:建立標準的 Windows Form 列印工作
說明如何使用 PrintDocument 元件從 Windows Form 進行列印。HOW TO:在執行階段從 PrintDialog 擷取使用者輸入
說明如何使用 PrintDialog 元件,以程式設計的方式修改選取的列印選項。HOW TO:在 Windows Form 中選擇附加至使用者電腦的印表機
描述在執行階段時使用 PrintDialog 元件,變更要用來列印的印表機。HOW TO:列印 Windows Form 中的圖形
說明將圖形傳送至印表機。HOW TO:在 Windows Form 中列印多頁文字檔
說明將文字傳送至印表機。HOW TO:完成 Windows Form 列印工作
說明如何提醒使用者列印工作已完成。HOW TO:列印 Windows Form
顯示如何列印一份目前的表單。HOW TO:使用預覽列印在 Windows Form 中進行列印
示範如何使用 PrintPreviewDialog 來列印文件。
相關章節
PrintDocument 元件 (Windows Form)
解釋 PrintDocument 元件的使用方式。PrintDialog 元件 (Windows Form)
解釋 PrintDialog 元件的使用方式。PrintPreviewDialog 控制項 (Windows Form)
解釋 PrintPreviewDialog 控制項的使用方式。PageSetupDialog 元件 (Windows Form)
解釋 PageSetupDialog 元件的使用方式。System.Drawing.Printing
描述在 System.Drawing.Printing 命名空間中的類別。