'宣言 Public Overloads Function Print( _ ByVal printerName As System.String _ ) As System.Boolean
public System.bool Print( System.string printerName )
パラメータ
- printerName
- [印刷]ダイアログであらかじめ選択されるプリンタの名前。
戻り値の型
ドキュメントが印刷された場合は true、その他の場合は false。
'宣言 Public Overloads Function Print( _ ByVal printerName As System.String _ ) As System.Boolean
public System.bool Print( System.string printerName )