Next Prev Up Top Contents Index

printer-metrics-dpi-y

Function
Summary

Returns the number of printer device units per inch in the y direction.

Syntax

printer-metrics-dpi-y printer-metrics

Description

The printer-metrics-dpi-y function returns the number of printer device units per inch in the y direction. This typically corresponds to the printer resolution, although in some cases this may not be known. For example, a generic PostScript language compatible driver might always return 300dpi, even though it cannot know the resolution of the printer the PostScript file will actually be printed on.

See also

get-printer-metrics


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index