Height Property [AutoBitmap object]

The Height property returns the height of an image in pixels. Returns a Long. This is a read-only property.

Syntax

object.Height

Example

This example shows how to return the height of an AutoBitmap object

Debug.Print Bitmap.Height

 

Used by: AutoBitmap object