AfxGetPrinterDuplexfunction
If the printer supports duplex printing, the return value is TRUE; otherwise, the return value is FALSE.
Syntax
FUNCTION AfxGetPrinterDuplex (BYREF wszPrinterName AS WSTRING) AS BOOLEAN
Parameters
| Name | Description | |
|---|---|---|
wszPrinterName | The printer name. |
Return value
If the printer supports duplex printing, the return value is TRUE; otherwise, the return value is FALSE.
Description
Retrieves if the printer supports duplex printing.
Reference
- Include file
AfxPrinter.inc - Defined in AfxNova/AfxPrinter.inc:290
- Documented in Printing/Printer Functions.md
- Topic: Printer Functions