PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PageSettings Class / Color Property

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