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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintManager クラス > Print メソッド : Print(PrinterSettings,PageSettings) メソッド
The System.Drawing.Printing.PrinterSettings to use, or null to use the defalt printer settings.
The default page settings to use (can be null).
Prints the C1PrintManager.Document with the specified printer settings.
シンタックス
'宣言
 
Public Overloads Sub Print( _
   ByVal printerSettings As System.Drawing.Printing.PrinterSettings, _
   ByVal defaultPageSettings As System.Drawing.Printing.PageSettings _
) 
'使用法
 
Dim instance As C1PrintManager
Dim printerSettings As System.Drawing.Printing.PrinterSettings
Dim defaultPageSettings As System.Drawing.Printing.PageSettings
 
instance.Print(printerSettings, defaultPageSettings)
public void Print( 
   System.Drawing.Printing.PrinterSettings printerSettings,
   System.Drawing.Printing.PageSettings defaultPageSettings
)

パラメータ

printerSettings
The System.Drawing.Printing.PrinterSettings to use, or null to use the defalt printer settings.
defaultPageSettings
The default page settings to use (can be null).
参照

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