PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Forms Namespace / ProgressForm Class / DoExport Method / DoExport(Exporter,String) Method
The exporter to use.
The output file name.

In This Topic
    DoExport(Exporter,String) Method
    In This Topic
    Performs export to a disk file, using a new instance of ProgressForm to show operation progress.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub DoExport( _
       ByVal exporter As Exporter, _
       ByVal fileName As String _
    ) 
    public static void DoExport( 
       Exporter exporter,
       string fileName
    )

    Parameters

    exporter
    The exporter to use.
    fileName
    The output file name.
    See Also