ComponentOne Scheduler for WinForms
Load(Stream) Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule.Printing Namespace > PrintDocumentWrapper Class > Load Method : Load(Stream) Method
The stream from which to load the document.
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

Reference

PrintDocumentWrapper Class
PrintDocumentWrapper Members
Overload List