PHYSICALHEIGHT top-level constant
For printing devices: the height of the physical page, in device units. For example, a printer set to print at 600 dpi on 8.5-by-11-inch paper has a physical height value of 6600 device units. Note that the physical page is almost always greater than the printable area of the page, and never smaller.
Implementation
@Deprecated('Use GET_DEVICE_CAPS_INDEX.PHYSICALHEIGHT instead')
const PHYSICALHEIGHT = 111;