Gets or sets a value indicating whether original image's metadata should be included into thumbnail. Please note that metada written as is, without modification of width and height fields (they will contain values of original image ).
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)
Syntax
| C# |
|---|
public bool ThumbnailPreserveMetadata { get; set; } |
| Visual Basic |
|---|
Public Property ThumbnailPreserveMetadata As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool ThumbnailPreserveMetadata {
bool get ();
void set (bool value);
} |
Field Value
true to preserve metadata; otherwise,
false.
See Also