Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintDocumentWrapper Class / C1PrintDocument Property

In This Topic
    C1PrintDocument Property (PrintDocumentWrapper)
    In This Topic
    Gets or sets wrapped C1PrintDocument instance.
    Syntax
    'Declaration
     
    Public Property C1PrintDocument As System.ComponentModel.Component
    public System.ComponentModel.Component C1PrintDocument {get; set;}
    Remarks
    Set this property from code if your application contains reference to the C1.WPF.C1Report or C1.C1Report.2 assembly. In such case you'll be able to work with C1PrintDocument directly from your code.
    See Also