AfxGetPrinterPPIYfunction
Retrieves the number of pixels per inch of the specified host printer page (vertical resolution).
Syntax
FUNCTION AfxGetPrinterPPIY (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 (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