PrintDocument for WinForms
Print(String) メソッド


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewToolsIntegrator クラス > Print メソッド : Print(String) メソッド
The name of the printer that is to be initially selected in the print dialog.
Shows the print dialog, allows the user to print the document currently loaded into the C1PreviewPane.
シンタックス
'宣言
 
Public Overloads Function Print( _
   ByVal printerName As System.String _
) As System.Boolean
'使用法
 
Dim instance As C1PreviewToolsIntegrator
Dim printerName As System.String
Dim value As System.Boolean
 
value = instance.Print(printerName)
public System.bool Print( 
   System.string printerName
)

パラメータ

printerName
The name of the printer that is to be initially selected in the print dialog.

戻り値の型

True if the document was printed, false otherwise.
参照

C1PreviewToolsIntegrator クラス
C1PreviewToolsIntegrator メンバ
オーバーロード一覧