Gets or sets an image resolution of the thumbnail.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public int ThumbnailResolution { get; set; }
Type: System..Int32
The image resolution of the thumbnail (in DPI). If 0
value is specified, the original image resolution is used.
Default value is 0.
This property makes sense only if the Mode property has Thumbnail
value.