3 references to DriverName
System.Drawing.Common (3)
System\Drawing\Printing\PrinterSettings.cs (3)
459
CreateDcScope hdc = new(
DriverName
, PrinterNameInternal, devmode, informationOnly: false);
485
CreateDcScope dc = new(
DriverName
, PrinterNameInternal, (DEVMODEW*)modePointer, informationOnly: true);
725
string driver =
DriverName
;