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

In This Topic
    PrintBorders Property (PrintInfo)
    In This Topic
    Gets or sets a value indicating whether borders specified by the grid styles are printed. Set this property to false if you want to use C1PrintDocument's Style.Borders and/or Style.GridLines to specify how borders are printed instead.

    The default value is true.

    Syntax
    'Declaration
     
    Public Property PrintBorders As System.Boolean
    public System.bool PrintBorders {get; set;}
    See Also