Height Property
Summary
Gets the height of the image in pixels.
Syntax
[DataMemberAttribute(Name="Height", IsRequired=true)]
public int Height { get; }
Public ReadOnly Property Height As Integer
public:
property int Height {
int get();
}
Property Value
The height of the image in pixels.