Discuss this help topic in SecureBlackbox Forum
Specifies width of the image.
Declaration
[VB.NET]
Property Width As Integer
[Pascal]
property Width : Integer;
[C++]
int32_t get_Width();
void set_Width(int32_t Value);
[PHP]
integer get_Width()
void set_Width(integer $Value)
[Java]
int getWidth();
void setWidth(int Value);
Description
Use this property to specify image width.
Discuss this help topic in SecureBlackbox Forum