Aurigma Image Uploader 7.0.37
Uploader..::.EnableImageEditor Property
Gets or sets a value indicating whether it is possible to open images in the image editor by clicking the image editor icon or the corresponging context menu option.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property EnableImageEditor As Boolean
C#
public bool EnableImageEditor { get; set; }
Property Value
Type: System..::.Boolean
If true, any image in the folder or upload pane can be opened in the image editor; otherwise, the image editor icon and the Edit image... context menu are hidden.
Default value is true.