Gets or sets the necessary size of the images.

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)

Syntax

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

Field Value

The size of the image.

See Also