PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / Save Method / Save(String) Method
The target file name.

In This Topic
    Save(String) Method
    In This Topic
    Saves the current document to a disk file.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal fileName As String _
    ) 
    public void Save( 
       string fileName
    )

    Parameters

    fileName
    The target file name.
    See Also