2 references to HORZRES
System.Drawing.Common (2)
System\Drawing\Printing\PageSettings.cs (2)
162
printableArea.Width = (float)PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
HORZRES
) * 100 / dpiX;
170
printableArea.Height = (float)PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
HORZRES
) * 100 / dpiX;