Aurigma Image Uploader 6.5 Dual
ImageUploader..::.AllowLargePreview Property
Switch that enables large preview of an image in a separate window.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property AllowLargePreview As Boolean
C#
public bool AllowLargePreview { get; set; }
Property Value
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.
Remarks
This property corresponds to AllowLargePreview client-side property.