2 references to VERTRES
System.Drawing.Common (2)
System\Drawing\Printing\PageSettings.cs (2)
163
printableArea.Height = (float)PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
VERTRES
) * 100 / dpiY;
171
printableArea.Width = (float)PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
VERTRES
) * 100 / dpiY;