This property refers to the size, in bytes, of the image set in the Layer(LayerNo).ImageHandle property.
[Visual
Basic] imagekitcontrolname.Layer(Index).ImageSize
[ = Long ]
[Visual C++] [
long =
]imagekitcontrolname.GetLayer(Index).GetImageSize()
* The index can range from 0 to 99
Reference
The size of the image in bytes
Explanation
This property refers to the size, in bytes, of the 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.