Gets or sets a value indicating whether image should be resized before uploading.

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

Syntax

C#
public bool ResizeImages { get; set; }
Visual Basic
Public Property ResizeImages As Boolean
	Get
	Set
Visual C++
public:
property bool ResizeImages {
	bool get ();
	void set (bool value);
}

Field Value

true if resize images; otherwise, false.

See Also