Switch that specifies whether to use stand-alone version of the Java applet located in the folder specified with the ScriptsDirectory property.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property JavaAppletUseCustomCodeBase As Boolean
public bool JavaAppletUseCustomCodeBase { get; set; }
A boolean value (true
or false
). If true
, ImageUploader loads stand-alone version of the Java applet. Otherwise, the built-in Java applet is loaded.
Default value is false
.