This property refers to the image type
[Visual Basic]   imagekitcontrolname.ImageKind [= ImageKindConstants ]
[Visual C++]     [long = ]imagekitcontrolname.GetImageKind()

Property Value

Value Explanation
0 Unknown
1 Raster image
2 WMF
3 EMF
4 DXF
5 SVG
6 SXF

It is also possible to use the following constants in Visual Basic (ikErrorImage = 0, ikRasterImage = 1, ikVectorWMF = 2, ikVectorEMF = 3, ikVectorDXF = 4, ikVectorSVG = 5, ikVectorSXF = 6).

Explanation

The ImageKind property refers to the image type. When the ImageHandle property is set the values of the ImageKind property are automatically set.

Setting this value

  This value cannot be set.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit8 ActiveX is a product created by Newtone Corporation