Help Center

CPrint.Qualityproperty

Gets/sets the printer print quality mode.

PrintingpropertyCPrint.incdocumented

Syntax

PROPERTY Quality () AS LONG
PROPERTY Quality (BYVAL nMode AS LONG)

Parameters

NameDescription
nModeLONG. The printer print quality mode.
There are four predefined device-independent values:
DMRES_DRAFT (-1) = Draft.
DMRES_LOW (-2) = Low
DMRES_MEDIUM (-3) = Medium
DMRES_HIGH (-4) = High
If a positive value is specified, it represents the number of pixels per inch (PPI) for the x resolution.

Return value

LONG. The printer print quality mode.

Description

Gets/sets the printer print quality mode.

Reference

  • Include file CPrint.inc
  • Defined in AfxNova/CPrint.inc:769
  • Documented in Printing/CPrint Class.md
  • Topic: CPrint Class