Discuss this help topic in SecureBlackbox Forum
Specifies height of the image.
Declaration
[VB.NET]
Property Height As Integer
[Pascal]
property Height : Integer;
[C++]
int32_t get_Height();
void set_Height(int32_t Value);
[PHP]
integer get_Height()
void set_Height(integer $Value)
[Java]
int getHeight();
void setHeight(int Value);
Description
Use this property to specify image height
Discuss this help topic in SecureBlackbox Forum