ComponentOne Scheduler for WinForms
Load Method (PrintStyle)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule.Printing Namespace > PrintStyle Class : Load Method
The PrintDocumentWrapper object.
Loads style definition to the specified C1PrintDocument control.
Syntax
'Declaration
 
Public Function Load( _
   ByVal printDoc As PrintDocumentWrapper _
) As System.Boolean
public System.bool Load( 
   PrintDocumentWrapper printDoc
)

Parameters

printDoc
The PrintDocumentWrapper object.

Return Value

Returns true at successful loading; false - otherwise.
See Also

Reference

PrintStyle Class
PrintStyle Members