The FileXdpi property refers to the horizontal resolution of the image. (number of pixels per horizontal inch). To retrieve the value of this property, first execute the GetImageFileType or GetImageFileTypeMem method.
[Visual
Basic] imagekitcontrolname.File.FileXdpi
[= Integer ]
[Visual C++] [
short =
]imagekitcontrolname.GetFile().GetFileXdpi()
Property Value
The horizontal resolution of the image. (number of pixels per horizontal inch)
Explanation
The FileXdpi property refers to the horizontal resolution of the image. (number of pixels per horizontal inch). To retrieve the value of this property, first 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.