Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintStyle Class / Load Method
The PrintDocumentWrapper object.

In This Topic
    Load Method (PrintStyle)
    In This Topic
    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