共用方式為


Windows Form 列印支援

Windows Forms 中的列印主要是使用 PrintDocument 元件元件讓使用者能夠列印,以及 PrintPreviewDialog 控制項PrintDialog 元件PageSetupDialog 元件元件,以將熟悉的圖形介面提供給習慣 Windows 作業系統的使用者。

一般而言,您會建立 PrintDocument 元件的新執行個體,並使用 PrinterSettingsPageSettings 類別設定描述所要列印內容的屬性,然後呼叫 Print 方法以實際列印文件。

從 Windows 應用程式列印期間,PrintDocument 元件會顯示中止列印對話方塊,以提醒使用者列印正在發生並允許取消列印作業。

本節內容

操作說明:建立標準的 Windows Forms 列印工作
說明如何使用 PrintDocument 元件從 Windows Form 進行列印。

操作說明:在執行階段從 PrintDialog 擷取使用者輸入
說明如何使用 PrintDialog 元件,以程式設計方式修改選取的列印選項。

操作說明:在 Windows Forms 中選擇附加至使用者電腦的印表機
描述在執行階段,使用 PrintDialog 元件將印表機變更為列印。

作法:列印 Windows Forms 中的圖形
描述將圖形傳送至印表機。

作法:在 Windows Forms 中列印多頁文字檔
描述將文字傳送至印表機。

操作說明:完成 Windows Forms 列印工作
說明如何警示使用者完成列印作業。

操作說明:列印 Windows Forms
示範如何列印目前表單的複本。

操作說明:使用預覽列印在 Windows Forms 中進行列印
示範如何使用 PrintPreviewDialog 來列印文件。

PrintDocument 元件
說明 PrintDocument 元件的使用方式。

PrintDialog 元件
說明 PrintDocument 元件的使用方式。

PrintPreviewDialog 控制項
說明 PrintPreviewDialog 控制項的使用方式。

PageSetupDialog Component
說明 PrintDocument 元件的使用方式。

System.Drawing.Printing
描述 System.Drawing.Printing 命名空間中的類別。