Switch that enables large preview of an image in a separate window.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property AllowLargePreview As Boolean
public bool AllowLargePreview { get; set; }
A boolean value (true
or false
). If true
, a magnifier icon is visible when the user hovers a mouse pointer over a thumbnail. By clicking this icon the user can open a larger preview of the image, if it is available.
Default value is false
.