This property refers to the type of image set in the Layer(LayerNo).ImageHandle property.

[Visual Basic]   imagekitcontrolname.Layer(Index).ImageKind[ = ImageKindConstants ]
[Visual C++]     [ long = ]imagekitcontrolname.GetLayer(Index).GetImageKind()
[VB.NET]   imagekitcontrolname.get_Layer(Index).ImageKind[ = ImageKit10(A)Lib.ImageKindConstants ]
[C#.NET]   imagekitcontrolname.get_Layer(Index).ImageKind[ = ImageKit10(A)Lib.ImageKindConstants ]

* The index can range from 0 to 99

ImageKit10ALib refers to the ANSI version, ImageKit10Lib refers to the Unicode version.

Reference

The number of bits per pixel in an image.

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 (ikInvalidImage = 0, ikRasterImage = 1, ikVectorWMF = 2, ikVectorEMF = 3, ikVectorDXF = 4, ikVectorSVG = 5, ikVectorSXF = 6).

Explanation

This property refers to the type of image set in the Layer(LayerNo).ImageHandle property.

When the Layer(LayerNo).ImageHandle property is set the value of this property is automatically set.

Setting this value

This value cannot be set.

Retrieving this value

This value can be retrieved at run-time.

The ImageKit10 ActiveX is a product created by Newtone Corporation