ComponentOne Scheduler for WinForms
Load(Stream,Object) Method

C1.Win.C1Schedule.4 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.
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

Reference

PrintDocumentWrapper Class
PrintDocumentWrapper Members
Overload List