Prints the document with specified printer settings, optionally showing the print progress dialog.
シンタックス
'宣言
Public Overloads Sub Print( _
ByVal As System.Drawing.Printing.PrinterSettings, _
ByVal As System.Boolean _
)
'使用法
Dim instance As C1PrintDocument
Dim printerSettings As System.Drawing.Printing.PrinterSettings
Dim showProgress As System.Boolean
instance.Print(printerSettings, showProgress)
public void Print(
System.Drawing.Printing.PrinterSettings ,
System.bool
)
パラメータ
- printerSettings
- The printer settings to use.
- showProgress
- Flag indicating whether to show the print progress dialog.
参照