Pairs (GPD language)

Important

The modern print platform is Windows' preferred means of communicating with printers. We recommend that you use Microsoft's IPP inbox class driver, along with Print Support Apps (PSA), to customize the print experience in Windows 10 and 11 for printer device development.

For more information, see Modern print platform and the Print support app design guide.

To assign a pair of values to an attribute, use the PAIR keyword. The format is:

PAIR ( Value1 , Value2 )

where Value1 and Value2 are numeric values. For example, the cursor origin position can be specified in master units as follows:

*CursorOrigin: PAIR(120, 100)