ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintInfo Class / IsPrintingEnabled Property

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