Gets or sets a value indicating whether image should be resized before uploading.
Namespace:
UltimateUploaderAssembly: UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)
Syntax
C# |
---|
public bool ResizeImages { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ResizeImages As Boolean |
Visual C++ |
---|
public: property bool ResizeImages { bool get (); void set (bool value); } |