ComponentOne Scheduler for WinForms
Load(String) Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule.Printing Namespace > PrintDocumentWrapper Class > Load Method : Load(String) Method
The file name.
Loads the current document from a file. The file format (C1D or C1DX) is determined by the file extension. The format defaults to C1D if the format cannot be determined from the extension.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal fileName As System.String _
) 
public void Load( 
   System.string fileName
)

Parameters

fileName
The file name.
See Also

Reference

PrintDocumentWrapper Class
PrintDocumentWrapper Members
Overload List