ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / IPageSettings Interface / Color Property

In This Topic
    Color Property (IPageSettings)
    In This Topic
    Gets or sets a value indicating whether the page should be printed in color.
    Syntax
    'Declaration
     
    Property Color As Boolean
    bool Color {get; set;}

    Property Value

    true if the page should be printed in color; otherwise, false. The default is determined by the printer.
    See Also