Gets or sets the necessary size of the images.

Namespace:  UltimateUploader
Assembly:  UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (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