Initializes a new instance of the 
PreviewPageC1Doc class.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As IC1Document, _
   ByVal  As System.Integer, _
   ByVal  As System.Drawing.Drawing2D.SmoothingMode _
)
             
        
            
            '使用法
 
Dim doc As IC1Document
Dim pageIdx As System.Integer
Dim smoothingMode As System.Drawing.Drawing2D.SmoothingMode
 
Dim instance As New PreviewPageDocBase(doc, pageIdx, smoothingMode)
             
        
            
            public PreviewPageDocBase( 
   IC1Document ,
   System.int ,
   System.Drawing.Drawing2D.SmoothingMode 
)
             
        
             
        
            パラメータ
- doc
 
- The page owner document.
 - pageIdx
 
- The page index.
 - smoothingMode
 
- Smoothing mode to use when drawing the page.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照