Accusoft.PrintPro8.Net
ColorMode Property




Gets and sets an indicator which determines whether a color printer prints output in color or monochrome.
Syntax
'Declaration
 
Public Property ColorMode As PrintColorMode
'Usage
 
Dim instance As Printer
Dim value As PrintColorMode
 
instance.ColorMode = value
 
value = instance.ColorMode
public PrintColorMode ColorMode {get; set;}
public: __property PrintColorMode get_ColorMode();
public: __property void set_ColorMode( 
   PrintColorMode value
);
public:
property PrintColorMode ColorMode {
   PrintColorMode get();
   void set (    PrintColorMode value);
}

Property Value

A PrintColorMode enumeration option which determines the color mode for a printer output.
Remarks

The default value is PrintColorMode.Monochrome.

See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback