This property retrieves the size of the raw data referred to by the ImageHandleRawData property.
[Visual
Basic] imagekitcontrolname.File.ImageHandleRawDataSize
[ = Long ]
[Visual C++] [
long =
]imagekitcontrolname.GetFile().GetImageHandleRawDataSize()
Reference
The size of the memory used by the raw image data (in bytes)
Explanation
The ImageHandleRawDataSize property retrieves the size of the raw data referred to by the ImageHandleRawData property.
Setting this value
This value cannot be set.Retrieving this value
This value can be retrieved at run-time.