|
|
|
|
|
iTransparentMagenta (Function) In french: iMagentaTransparent Modifies the management mode of Magenta color in order for this color to be considered as being transparent (or not) in all the forthcoming prints. Reminder: By default, the color Magenta is printed as Magenta both in reports created in WLanguage and in reports created with the Report Editor.
iTransparentMagenta(True)
iPrintImage("Image1.BMP")
iTransparentMagenta(False)
iPrintImage("Image2.BMP")
Syntax
iTransparentMagenta([<Enabled>])
<Enabled>: Optional boolean - True (default): Magenta color is considered transparent.
- Faux: Magenta color is printed as is.
Remarks - As soon as iTransparentMagenta(True) is used, the Magenta color becomes transparent in all the prints performed until this function is called again.
- iTransparentMagenta can be used several times in the same process.
- Reminder: the Magenta color used for transparency management corresponds to RGB(255, 0, 255) where Red = 255, Green = 0 and Blue = 255..
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|