Help Center

AfxGetPrinterPPIYfunction

Retrieves the number of pixels per inch of the specified host printer page (vertical resolution).

PrintingfunctionAfxPrinter.incdocumented

Syntax

FUNCTION AfxGetPrinterPPIY (BYREF wszPrinterName AS WSTRING) AS LONG

Parameters

NameDescription
wszPrinterNameThe printer name.

Return value

The number of pixels per inch of the specified host printer page (vertical resolution).

Description

Retrieves the number of pixels per inch of the specified host printer page (vertical resolution).

Reference

  • Include file AfxPrinter.inc
  • Defined in AfxNova/AfxPrinter.inc:98
  • Documented in Printing/Printer Functions.md
  • Topic: Printer Functions