Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintDocumentWrapper Class / Load Method / Load(String) Method
The file name.

In This Topic
    Load(String) Method
    In This Topic
    Loads the current document from a file. The file format (C1D or C1DX) is determined by the file extension. The format defaults to C1D if the format cannot be determined from the extension.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal fileName As System.String _
    ) 
    public void Load( 
       System.string fileName
    )

    Parameters

    fileName
    The file name.
    See Also