Help Center

AfxGetPrinterPPIXfunction

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

PrintingfunctionAfxPrinter.incdocumented

Syntax

FUNCTION AfxGetPrinterPPIX (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 (horizontal resolution).

Description

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

Reference

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