Help Center

AfxGetPrinterMaxPaperHeightfunction

Returns the maximum paper height in tenths of a millimeter.

PrintingfunctionAfxPrinter.incdocumented

Syntax

FUNCTION AfxGetPrinterMaxPaperHeight (BYREF wszPrinterName AS WSTRING) AS LONG

Parameters

NameDescription
wszPrinterNameThe printer name.

Return value

The maximum paper height in tenths of a millimeter.

Description

Returns the maximum paper width in tenths of a millimeter.

Reference

  • Include file AfxPrinter.inc
  • Defined in AfxNova/AfxPrinter.inc:329
  • Documented in Printing/Printer Functions.md
  • Topic: Printer Functions