Initializes a new instance of the
PreviewPageC1Doc class.
シンタックス
'宣言
Public Function New( _
ByVal As C1PrintDocument, _
ByVal As System.Integer, _
ByVal 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 ,
System.int ,
System.Drawing.Drawing2D.SmoothingMode
)
パラメータ
- doc
- The page owner document.
- pageIdx
- The page index.
- smoothingMode
- Smoothing mode to use when drawing the page.
参照