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

In This Topic
    Export(Exporter,String) Method
    In This Topic
    Performs export to a disk file, using the current ProgressForm to show operation progress.
    Syntax
    'Declaration
     
    Public Overloads Sub Export( _
       ByVal exporter As Exporter, _
       ByVal fileName As String _
    ) 
    public void Export( 
       Exporter exporter,
       string fileName
    )

    Parameters

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