PrintDocument for WinForms
Print(PrinterSettings,OutputRange,Boolean) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > Print メソッド : Print(PrinterSettings,OutputRange,Boolean) メソッド
The printer settings to use.
The range of pages to export (use null to export all pages).
Flag indicating whether to show the progress dialog.
Prints a range of pages of the current document with specified printer settings, optionally showing the print progress dialog.
シンタックス
'宣言
 
Public Overloads Sub Print( _
   ByVal printerSettings As System.Drawing.Printing.PrinterSettings, _
   ByVal outputRange As OutputRange, _
   ByVal showProgress As System.Boolean _
) 
'使用法
 
Dim instance As C1PrintDocument
Dim printerSettings As System.Drawing.Printing.PrinterSettings
Dim outputRange As OutputRange
Dim showProgress As System.Boolean
 
instance.Print(printerSettings, outputRange, showProgress)
public void Print( 
   System.Drawing.Printing.PrinterSettings printerSettings,
   OutputRange outputRange,
   System.bool showProgress
)

パラメータ

printerSettings
The printer settings to use.
outputRange
The range of pages to export (use null to export all pages).
showProgress
Flag indicating whether to show the progress dialog.
参照

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