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

In This Topic
    Load(Stream) Method
    In This Topic
    Loads the current document from a stream. The stream should contain a document in C1D format.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal stream As System.IO.Stream _
    ) 
    public void Load( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The stream from which to load the document.
    See Also