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

ImageUploader.EnableFileViewer Property

Switch that indicates whether to open the file in associated viewer software when it is double-clicked in both folder and upload pane.

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

Syntax

Visual Basic
Public Property EnableFileViewer As Boolean
C#
public bool EnableFileViewer { get; set; }

Property Value

A boolean value (true or false). If true, the file is opened in the external file viewer by double-click. Otherwise, double-click causes nothing.

Default value is true.

Remarks

This property corresponds to EnableFileViewer client-side property.

See Also

Reference