1 write to Margins
System.Windows.Forms (1)
System\Windows\Forms\Printing\PageSetupDialog.cs (1)
261
pageSettings.
Margins
= PrinterUnitConvert.Convert(newMargins, fromUnit, PrinterUnit.Display);
3 references to Margins
System.Windows.Forms (3)
System\Windows\Forms\Printing\PageSetupDialog.cs (3)
198
if (_pageSettings?.
Margins
is not null)
312
if (_pageSettings.
Margins
is not null)
314
Margins margins = PrinterUnitConvert.Convert(_pageSettings.
Margins
, PrinterUnit.Display, toUnit);