This property sets the width of the pen.

[Visual Basic]   imagekitcontrolname.PrintDraw.PenWidth [ = Long ]
[Visual C++]     imagekitcontrolname.GetPrintDraw().SetPenWidth(long Val)
[VB.NET]   imagekitcontrolname.PrintDraw.PenWidth [ = Integer ]
[C#.NET]   imagekitcontrolname.PrintDraw.PenWidth [ = int ]

Property Value

The pen width. (pixel or 0.1mm units)

Explanation

The PenWidth property sets the width of the pen.

When drawing to the screen and the memory handle, the units are in pixels. When drawing to the printer, the units are 0.1mm.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value cannot be retrieved.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation