Win32Prn() > Print output methods xHarbour Developers Network  

oWin32Prn:setBkMode()

Selects the background color mix mode.

Syntax

:setBkMode( <nMode> ) --> lSuccess

Arguments

<nMode>
This is a numeric value specifying the background color mix mode for printing. The following #define constants listed in WinGdi.ch can be used:

Constants for the background color mix mode
ConstantValueDescription
TRANSPARENT1Background is filled with the current background color before printing.
OPAQUE2Background remains untouched.

Description

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.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe