PrintDialog.AllowPrintToFile プロパティ

定義

[ファイルへ出力] チェック ボックスがオンかオフかを示す値を取得または設定します。

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

プロパティ値

Boolean

true[ファイルに印刷] チェック ボックスが有効な場合。それ以外の場合は . false 既定値は、true です。

適用対象

こちらもご覧ください