This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.LargePreviewIconImageFormat Property

List of images that specify different states of the large preview magnifier which appears when the user hovers the mouse pointer over some thumbnail in the pane. By clicking this magnifier a separate window with a larger preview of the selected image will be opened.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public ReadOnly Property LargePreviewIconImageFormat As ImageFormat
C#
public ImageFormat LargePreviewIconImageFormat { get; }

Property Value

An ImageFormat instance that specifies images that are displayed in different states of the large preview magnifier.

Remarks

This property corresponds to LargePreviewIconImageFormat client-side property.

See Also

Reference