現在のマルチドキュメントをファイルにエクスポートします。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub Export( _
   ByVal  As System.String, _
   ByVal  As OutputRange, _
   ByVal  As System.Boolean _
) 
             
        
            
            '使用法
 
Dim instance As C1MultiDocument
Dim fileName As System.String
Dim outputRange As OutputRange
Dim showProgress As System.Boolean
 
instance.Export(fileName, outputRange, showProgress)
             
        
            
            public void Export( 
   System.string ,
   OutputRange ,
   System.bool 
)
             
        
             
        
            パラメータ
- fileName
 
- 出力ファイル名。エクスポート形式はファイルの拡張子で決まります。
 - outputRange
 
- エクスポートするページの範囲(すべてのページをエクスポートする場合は null)。
 - showProgress
 
- 進行状況ダイアログを表示するかどうかを示すフラグ。
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照