共用方式為


PrinterSettings.PrintToFile 屬性

定義

取得或設定值,指出列印輸出是否傳送至檔案而非連接埠。

public:
 property bool PrintToFile { bool get(); void set(bool value); };
public bool PrintToFile { get; set; }
member this.PrintToFile : bool with get, set
Public Property PrintToFile As Boolean

屬性值

如果列印輸出傳送至檔案,則為 true,否則為 false。 預設為 false

備註

當使用者選取 [列印到檔案] 選項時,會PrintToFile使用 PrintDialog 屬性。 在這種情況下,輸出埠會設定為 「FILE」 ,導致 Windows 列印子系統在呼叫 方法時 PrintDocument.Print 提示使用者輸入檔名。

注意

屬性 PrintToFile 僅供 使用 PrintDialog ,而且無法以程序設計方式設定。 只有在 屬性Print to file設定為 true時,PrintDialog.AllowPrintToFile才會在 上PrintDialog顯示選項。

適用於

另請參閱