Share via


PrintingManager.Print(Boolean) メソッド

定義

グラフを印刷します。

public:
 void Print(bool showPrintDialog);
public void Print (bool showPrintDialog);
member this.Print : bool -> unit
Public Sub Print (showPrintDialog As Boolean)

パラメーター

showPrintDialog
Boolean

印刷ダイアログを表示する必要がある場合は true。それ以外の場合は false

適用対象