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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1MultiDocument クラス > Print メソッド : Print(PrinterSettings,OutputRange,Boolean) メソッド
The printer settings to use.
The range of pages to print (use null to print all pages).
Flag indicating whether to show the progress dialog.
Prints a range of pages within 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 C1MultiDocument
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 print (use null to print all pages).
showProgress
Flag indicating whether to show the progress dialog.
参照

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