ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / Height Property




In This Topic
Height Property (ImGearDIB)
In This Topic
Gets height of image in pixels.
Syntax
'Declaration
 
Public ReadOnly Property Height As Integer
 
'Usage
 
Dim instance As ImGearDIB
Dim value As Integer
 
value = instance.Height

Property Value

Integer value.
See Also