This property refers to the image type
[Visual Basic]   imagekitcontrolname.ImageKind [= ImageKindConstants ]
[Visual C++]     [long = ]imagekitcontrolname.GetImageKind()
[VB.NET]   imagekitcontrolname.ImageKind [= ImageKit9(A)Lib.ImageKindConstants ]
[C#.NET]   imagekitcontrolname.ImageKind [= ImageKit9(A)Lib.ImageKindConstants ]

* ImageKit9ALib refers to the ANSI version, ImageKit9Lib refers to the Unicode version.

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 (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 ImageKit9 ActiveX is a product created by Newtone Corporation