PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / Exporter Class / Export Method / Export(String) Method
The name of the output file.

In This Topic
    Export(String) Method
    In This Topic
    Exports the object specified by the Document property on the current exporter to the specified file.
    Syntax
    'Declaration
     
    Public Overloads Sub Export( _
       ByVal fileName As String _
    ) 
    public void Export( 
       string fileName
    )

    Parameters

    fileName
    The name of the output file.
    See Also