Switch that specifies whether to use ActiveX version of Image Uploader.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ActiveXControlEnabled As Boolean
public bool ActiveXControlEnabled { get; set; }
A boolean value (true
or false
). If true
, the ImageUploader analyzes the browser, and if it is Internet Explorer and operating system is Windows generates the code for the ActiveX version. For other platform, the code for the Java version is generated.
Default value is true
.
false
.