Win32Prn() > Print output methods |
Selects the background color mix mode.
:setBkMode( <nMode> ) --> lSuccess
Constants for the background color mix mode
Constant | Value | Description |
---|---|---|
TRANSPARENT | 1 | Background is filled with the current background color before printing. |
OPAQUE | 2 | Background remains untouched. |
Method :setBkMode() defines the background color mix mode to use when a print output method overwrites previous print output.
The method returns a logical value indicating success of the operation.
http://www.xHarbour.com