2 references to GetDeviceCaps
System.Drawing (2)
commonui\System\Drawing\Printing\PrinterSettings.cs (2)
292
return
GetDeviceCaps
(SafeNativeMethods.TECHNOLOGY, SafeNativeMethods.DT_RASPRINTER) == SafeNativeMethods.DT_PLOTTER;
606
return
GetDeviceCaps
(SafeNativeMethods.BITSPIXEL, 1) > 1;