Help Center

CPrint.GetPaperNamesmethod

Returns a list of supported paper names.

PrintingmethodCPrint.incdocumented

Syntax

FUNCTION GetPaperNames () AS DWSTRING

Return value

DWSTRING. A list of supported paper names on success, or an empty string on failure. The names 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 CPrint.inc
  • Defined in AfxNova/CPrint.inc:743
  • Documented in Printing/CPrint Class.md
  • Topic: CPrint Class