Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintDocumentWrapper Class / Load Method / Load(Stream,Object) Method
The stream from which to load the document.
The document persistence format to use.

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

    Parameters

    stream
    The stream from which to load the document.
    documentFormat
    The document persistence format to use.
    See Also