Width Property [AutoBitmap object]
The Width property returns the Width 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 width of an AutoBitmap object
Debug.Print Bitmap.Width
Used by: AutoBitmap object