NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PageSettings.Color

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);

Property Value

true if the page is printed in color; otherwise, false.

See Also

PageSettings Class | PageSettings Members | System.Drawing.Printing Namespace