AfxGetPrinterPaperNamesfunction
Returns a list of supported paper names (for example, Letter or Legal).
Syntax
FUNCTION AfxGetPrinterPaperNames (BYREF wszPrinterName AS WSTRING) AS DWSTRING
Parameters
| Name | Description | |
|---|---|---|
wszPrinterName | The printer name. |
Return value
A list of papernames are separated by a carriage return and a line feed characters.
Description
Returns a list of supported paper names (for example, Letter or Legal).
Reference
- Include file
AfxPrinter.inc - Defined in AfxNova/AfxPrinter.inc:388
- Documented in Printing/Printer Functions.md
- Topic: Printer Functions