PrintDialog.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

屬性值

Boolean

true 如果已選取 [ 列印到檔案 ] 核取方塊,則為 ;否則為 false 。 預設為 false

適用於