This property selects the eraser used by the image editing toolbar
[Visual Basic]   imagekitcontrolname.Edit.EraserSize [ = EraserSizeConstants ]
[Visual C++]     [long= ]imagekitcontrolname.GetEdit().GetEraserSize()
                 imagekitcontrolname.GetEdit().SetEraserSize(long Val)

Property Value

Value Explanation
0 Eraser1 (EraserSize1)
1 Eraser2 (EraserSize2)
2 Eraser3 (EraserSize3)
3 Eraser4 (EraserSize4)
4 Eraser5 (EraserSize5)

It's also possible to use the following constants in Visual Basic (ikEraserSize1 = 0, ikEraserSize2= 1, ikEraserSize3 = 2, ikEraserSize4 = 3, ikEraserSize5 = 4).

Explanation

The EraserSize property is used to change the eraser by code, i.e. when the EraserSize property is 0, the size set in the EraserSize1 property is used.


Note: If an eraser object on the image editing toolbar is selected, that size is used.

Setting this value

  This value can be set at run-time.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit8 ActiveX is a product created by Newtone Corporation