バージョン

PrintChart(PrinterSettings,PageSettings) メソッド

指定されたプリンタに指定されたページ設定でチャートを出力します。
シンタックス
'宣言
 
Public Overloads Sub PrintChart( _
   ByVal printer As PrinterSettings, _
   ByVal page As PageSettings _
) 
public void PrintChart( 
   PrinterSettings printer,
   PageSettings page
)

パラメータ

printer
プリンター名を指定する PrinterSettings オブジェクト。値が提供されない場合、デフォルトのプリンタが使用されます。
page
印刷ジョブの書式設定方式を指定する PageSettings オブジェクト。値が提供されない場合、デフォルトのページ設定が使用されます。
解説

ページのサイズ、向き、マージンなど印刷ジョブの属性を指定するために PageSettings オブジェクトが使用されます。

参照