Gets or sets a value indicating whether the page is printed in color.
[Visual Basic] Public Property Color As Boolean [C#] public bool Color {get; set;} [C++] public: __property bool get_Color(); public: __property void set_Color(bool); [JScript] public function get Color() : Boolean; public function set Color(Boolean);
true if the page is printed in color; otherwise, false.
PageSettings Class | PageSettings Members | System.Drawing.Printing Namespace