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

[Visual Basic]   imagekitcontrolname.Layer(Index).Ydpi [ = Long ]
[Visual C++]     [ long = ]imagekitcontrolname.GetLayer(Index).GetYdpi()
                      imagekitcontrolname.GetLayer(Index).SetYdpi(long Val)
[VB.NET]   imagekitcontrolname.get_Layer(Index).Ydpi[ = Integer ]
[C#.NET]   imagekitcontrolname.get_Layer(Index).Ydpi[ = int ]

* The index can range from 0 to 99

Reference

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 Layer(LayerNo).ImageHandle property.

When the Layer(LayerNo).ImageHandle property is set the value of this property is automatically set.

To change the value of the The Ydpiproperty set the index of the image in the LayerNo property then execute 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 ActiveX is a product created by Newtone Corporation