This property sets the background color for the pen, when drawing lines other than a solid line, or for the brush when using a hatch pattern.

[Visual Basic]   imagekitcontrolname.PrintDraw.BackColor [ = OLE_COLOR ]
[Visual C++]     imagekitcontrolname.GetPrintDraw().SetBackColor(unsigned long Val)
[VB.NET]   imagekitcontrolname.PrintDraw.BackColor [ = UInteger ]
[C#.NET]   imagekitcontrolname.PrintDraw.BackColor [ = uint ]

Property Value

The background color for the pen, when drawing lines other than a solid line, or for the brush when using a hatch pattern

Explanation

The BackColor property sets the background color for the pen, when drawing lines other than a solid line, or for the brush when using a hatch pattern.

To set this property, use the RGB(Red, Green, Blue) color or equivalent value.

If the device cannot produce the color specified, the nearest color will be used.

Setting this value

This value can be set at runtime.

Retrieving this value

This value cannot be retrieved.

Differences between the ImageKit7/8

This property's type has changed.

The ImageKit10 ActiveX is a product created by Newtone Corporation