| 
       | 
        
       | Object Model Reference : Classes : B : Bitmap : Properties : Bitmap.SizeHeight  | 
      
Property SizeHeight As Long
Member of Bitmap
The SizeHeight property returns the vertical size (height) of a bitmap in pixels.
The SizeHeight property returns a read-only value.
The following VBA example displays the width and height of a bitmap object.
Sub Size()  | 
 With ActiveShape.Bitmap  | 
  MsgBox .SizeWidth  | 
  MsgBox .SizeHeight  | 
 End With  | 
End Sub  | 
| 
       | 
        
       | 
		      
		          
		             | 
      
Copyright 2013 Corel Corporation. All rights reserved.