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

In This Topic
    IsPrintingEnabled Property (PrintInfo)
    In This Topic
    Gets or sets a System.Boolean value determining whether printing is enabled.
    Syntax
    'Declaration
     
    Public Property IsPrintingEnabled As System.Boolean
    public System.bool IsPrintingEnabled {get; set;}
    Remarks
    At run-time this property returns false if C1PrintDocument control can't be initialized.
    See Also