'Declaration Public Overloads Sub Export( _ ByVal fileName As String, _ ByVal outputRange As OutputRange, _ ByVal showProgress As Boolean _ )
public void Export( string fileName, OutputRange outputRange, bool showProgress )
Parameters
- fileName
 - The output file name. The file extension determines the export format.
 - outputRange
 - The range of pages to export (use null to export all pages).
 - showProgress
 - Flag indicating whether to show the progress dialog.