Help Center

AfxGetPrinterDuplexfunction

If the printer supports duplex printing, the return value is TRUE; otherwise, the return value is FALSE.

PrintingfunctionAfxPrinter.incdocumented

Syntax

FUNCTION AfxGetPrinterDuplex (BYREF wszPrinterName AS WSTRING) AS BOOLEAN

Parameters

NameDescription
wszPrinterNameThe 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