[Visual
Basic] imagekitcontrolname.Ydpi
[= Long ]
[Visual
C++] [long =
]imagekitcontrolname.GetYdpi()
imagekitcontrolname.SetYdpi(long Val)
imagekitcontrolname.SetYdpi(long Val)
Reference
Ydpi The number of pixels in one vertical inch.
Explanation
The YDpi property refers to the number of pixels per vertical inch (vertical 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.