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()
* The index can range from 0 to 99
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 in Visual Basic (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.