|
Description:Returns the height of the current image. If the image is a raster or bitmap image such as TIF, then this would be the height of the image in pixels. If the image is a vector format (such as DXF, or DWG), then this value will vary depending on the default units in that drawing. Notes:Note: This does not return the scaled height of the page. If you would like the overall height of the page in Feet, then you will need to multiply it by the ScaleY variable. Pascal Example:ShowMessage(IntToStr(ImageHeight * ScaleY)); Visual Basic Example:ShowMessage(IntToStr(ImageHeight * ScaleY)) Enterprise and Developer editions
|
