Exports the document to a stream.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub Export( _
   ByVal  As System.IO.Stream, _
   ByVal  As ExportProvider, _
   ByVal  As OutputRange, _
   ByVal  As System.Boolean _
) 
             
        
            
            '使用法
 
Dim instance As C1PrintDocument
Dim stream As System.IO.Stream
Dim exportProvider As ExportProvider
Dim outputRange As OutputRange
Dim showProgress As System.Boolean
 
instance.Export(stream, exportProvider, outputRange, showProgress)
             
        
            
            public void Export( 
   System.IO.Stream ,
   ExportProvider ,
   OutputRange ,
   System.bool 
)
             
        
             
        
            パラメータ
- stream
 
- The destination stream.
 - exportProvider
 
- The export provider. Use any of the static export providers available on the C1.C1Preview.Export.ExportProviders class.
 - outputRange
 
- The range of pages to export (use null to export all pages).
 - showProgress
 
- Flag indicating whether to show the progress dialog.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照