The FileHeight property refers to the height of the image in pixels. To set the value of this property, execute the GetImageFileType or GetImageFileTypeMem method.
[Visual
Basic] imagekitcontrolname.File.FileHeight
[= Long ]
[Visual C++] [
long =
]imagekitcontrolname.GetFile().GetFileHeight()
Property Value
The height of the image in pixels.
Explanation
The FileHeight property refers to the height of the image in pixels. To set the value of this property, execute the GetImageFileType or GetImageFileTypeMem method.
Setting this value
This value cannot be set.Retrieving this value
This value can be retrieved at run-time.