This property refers to the number of pixels per vertical inch (vertical resolution) in the image set in the ImageHandle property.

[C++Builder]   imagekitcontrolname->Ydpi[= int ]
[Delphi]   imagekitcontrolname.Ydpi[= Integer ]

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.

 

The ImageKit10 VCL is a product created by Newtone Corporation