PHYSICALWIDTH top-level constant

  1. @Deprecated('Use GET_DEVICE_CAPS_INDEX.PHYSICALWIDTH instead')
int const PHYSICALWIDTH

For printing devices: the width of the physical page, in device units. For example, a printer set to print at 600 dpi on 8.5-x11-inch paper has a physical width value of 5100 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.PHYSICALWIDTH instead')
const PHYSICALWIDTH = 110;