Gets or sets a value indicating whether original image's metadata should be included into resized image. Please note that metada written as is, without modification of width and height fields (they will contain values of original image ).

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)

Syntax

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

  


}

Field Value

true to preserve metadata; otherwise, false.

See Also