CPrint.Qualityproperty
Gets/sets the printer print quality mode.
Syntax
PROPERTY Quality () AS LONG
PROPERTY Quality (BYVAL nMode AS LONG)
Parameters
| Name | Description | |
|---|---|---|
nMode | LONG. 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