BitmapYRes property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Access 2.0 example

Access 95, 97 example
Visual J++ example

Syntax short BitmapYRes

Overview:  Refer to Examining and Altering Bitmaps.

Remarks

Dots per inch in the height direction.

This value is commonly used for printing. Loading an image from a file updates this property, using the value stored in the file.

If the values of the BitmapXRes property and the BitmapYRes property are not equal, set the PaintSizeUseDPI property to TRUE to have LEAD's automated scaling properties account for the physical resolution of the bitmap. These automated scaling properties include:

AutoRepaint property

AutoScroll property

AutoSetRects property

AutoSize property

DstHeight property

DstLeft property

DstTop property

DstWidth property

PaintSizeMode property

PaintZoomFactor property

See Also

Elements:  BitmapBits property, BitmapHeight property, BitmapWidth property, BitmapXRes property, GetColorCount method, AutoRepaint property, AutoScroll property, AutoSetRects property, AutoSize property, DstHeight property, DstLeft property, DstTop property, DstWidth property, PaintSizeMode property, PaintZoomFactor property

Topics:  Raster Images: Getting Current Information