Prints a range of pages within the current document with specified printer settings, not showing the print progress dialog.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub Print( _
   ByVal  As System.Drawing.Printing.PrinterSettings, _
   ByVal  As OutputRange _
) 
             
        
            
            '使用法
 
Dim instance As C1MultiDocument
Dim printerSettings As System.Drawing.Printing.PrinterSettings
Dim outputRange As OutputRange
 
instance.Print(printerSettings, outputRange)
             
        
            
            public void Print( 
   System.Drawing.Printing.PrinterSettings ,
   OutputRange 
)
             
        
             
        
            パラメータ
- printerSettings
 
- The printer settings to use.
 - outputRange
 
- The range of pages to print (use null to print all pages).
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照