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


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

パラメータ

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

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