Gets or sets the necessary height of the images.

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)

Syntax

C#
public int ImageHeight { get; set; }
Visual Basic
Public Property ImageHeight As Integer
	Get
	Set
Visual C++
public:
property int ImageHeight {
	int get ();
	void set (int value);

  


}

Field Value

The height of the image.

See Also