ScreenInfoIsMonochrome Property |
Version 98.1.210
This can be true for black and white printers.
Namespace:
CefSharp.Structs
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public bool IsMonochrome { get; set; }
public:
property bool IsMonochrome {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also