AfxGetPrinterPPIXfunction
Retrieves the number of pixels per inch of the specified host printer page (horizontal resolution).
Syntax
FUNCTION AfxGetPrinterPPIX (BYREF wszPrinterName AS WSTRING) AS LONG
Parameters
| Name | Description | |
|---|---|---|
wszPrinterName | The 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