Win32Prn() > Printer methods |
Queries or changes the printing quality.
:setPrintQuality( [<nNewPrintQuality>] ) --> nOldPrintQuality
Constants for the printing quality
Constant | Value |
---|---|
DMRES_DRAFT | -1 |
DMRES_LOW | -2 |
DMRES_MEDIUM | -3 |
DMRES_HIGH | -4 |
Method :setPrintQuality() returns the currently defined setting for the printing quality as a numeric value. When <nNewPrintQuality> is specified, :setPrintQuality() must either be called before method :create(), or method :startPage() must be called afterwards to activate the changed printing quality on the next page.
http://www.xHarbour.com