Gets or sets height of the image.
'Declaration
Public Property Height As Integer
'Usage
Dim instance As ImageInfo
Dim value As Integer
instance.Height = value
value = instance.Height
public int Height {get; set;}
public:
property int Height {
int get();
void set ( int value);
}
Property Value
The height of the image in pixels.