'宣言 Public Overloads Sub Print( _ ByVal printerSettings As System.Drawing.Printing.PrinterSettings, _ ByVal outputRange As OutputRange, _ ByVal showProgress As System.Boolean _ )
public void Print( System.Drawing.Printing.PrinterSettings printerSettings, OutputRange outputRange, System.bool showProgress )
パラメータ
- printerSettings
- 使用するプリンタ設定。
- outputRange
- エクスポートするページの範囲(すべてのページを印刷する場合は null を使用)。
- showProgress
- 進行状況ダイアログを表示するかどうかを示すフラグ。