Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintDocumentWrapper Class / Load Method / Load(String,Object) Method
The file name.
The document persistence format to use.

In This Topic
    Load(String,Object) Method
    In This Topic
    Loads the current document from a file.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal fileName As System.String, _
       ByVal documentFormat As System.Object _
    ) 
    public void Load( 
       System.string fileName,
       System.object documentFormat
    )

    Parameters

    fileName
    The file name.
    documentFormat
    The document persistence format to use.
    See Also