ComponentOne Scheduler for WinForms
Load(String,Object) Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule.Printing Namespace > PrintDocumentWrapper Class > Load Method : Load(String,Object) Method
The file name.
The document persistence format to use.
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

Reference

PrintDocumentWrapper Class
PrintDocumentWrapper Members
Overload List