In This Topic
            
            Exports the current multi-document to a disk file.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Sub Export( _
   ByVal  As String _
) 
             
        
            
            public void Export( 
   string 
)
             
        
             
        
            Parameters
- fileName
 
- The output file name. The file extension determines the export format.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also