[Visual
Basic] imagekitcontrolname.Xdpi
[= Long ]
[Visual
C++] [long =
]imagekitcontrolname.GetXdpi()
imagekitcontrolname.SetXdpi(long Val)
imagekitcontrolname.SetXdpi(long Val)
Reference
Xdpi The number of pixels in one horizontal inch.
Explanation
The XDpi property refers to the number of pixels per horizontal inch (horizontal resolution) in the image set in the ImageHandle property. Whenever a new image is set into the ImageHandle property the XDpi and Ydpi properties are automatically updated.
To change the values in the resolution property of the base raster image, set the LayerNo property to -1 and use the SetDpi method.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.