PrintDocument for WinForms
PreviewPageC1Doc コンストラクタ


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > PreviewPageC1Doc クラス : PreviewPageC1Doc コンストラクタ
The page owner document.
The page index.
Smoothing mode to use when drawing the page.
Initializes a new instance of the PreviewPageC1Doc class.
シンタックス
'宣言
 
Public Function New( _
   ByVal doc As C1PrintDocument, _
   ByVal pageIdx As System.Integer, _
   ByVal smoothingMode As System.Drawing.Drawing2D.SmoothingMode _
)
'使用法
 
Dim doc As C1PrintDocument
Dim pageIdx As System.Integer
Dim smoothingMode As System.Drawing.Drawing2D.SmoothingMode
 
Dim instance As New PreviewPageC1Doc(doc, pageIdx, smoothingMode)
public PreviewPageC1Doc( 
   C1PrintDocument doc,
   System.int pageIdx,
   System.Drawing.Drawing2D.SmoothingMode smoothingMode
)

パラメータ

doc
The page owner document.
pageIdx
The page index.
smoothingMode
Smoothing mode to use when drawing the page.
参照

PreviewPageC1Doc クラス
PreviewPageC1Doc メンバ