Gets or sets the necessary size of the images.

Namespace:  ElementIT.UltimateUploader
Assembly:  ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)

Syntax

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

Field Value

The size of the image.

See Also