Exports a page of a document represented by a System.Drawing.Imaging.Metafile.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Protected Overrides Sub ProcessPage( _
   ByVal  As System.Drawing.Imaging.Metafile, _
   ByVal  As C1MetafileInfo, _
   ByVal  As System.Integer, _
   ByVal  As System.Boolean _
) 
             
        
            
            '使用法
 
Dim instance As ImageExporter
Dim pageImage As System.Drawing.Imaging.Metafile
Dim metafileInfo As C1MetafileInfo
Dim pageNo As System.Integer
Dim firstPage As System.Boolean
 
instance.ProcessPage(pageImage, metafileInfo, pageNo, firstPage)
             
        
            
            protected override void ProcessPage( 
   System.Drawing.Imaging.Metafile ,
   C1MetafileInfo ,
   System.int ,
   System.bool 
)
             
        
             
        
            パラメータ
- pageImage
 
- The System.Drawing.Imaging.Metafile representing the page to export.
 - metafileInfo
 
- The C1.C1Preview.C1MetafileInfo containing information about the .
 - pageNo
 
- The 1-based page number.
 - firstPage
 
- true if  represents the first page of the document, false otherwise.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照