PrinterSettings.PrintToFile 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出列印輸出是否傳送至檔案而非連接埠。
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顯示選項。