BitmapYRes property (ILEADRaster)
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:
See Also