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[
= ImageKit9(A)Lib.ImageKindConstants ]
[C#.NET] imagekitcontrolname.get_Layer(Index).ImageKind[
= ImageKit9(A)Lib.ImageKindConstants ]
* The index can range from 0 to 99
ImageKit9ALib refers to the ANSI version, ImageKit9Lib 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.