The minimum required version of the Java version (*.jar
file).
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property JavaAppletVersion As String
public string JavaAppletVersion { get; set; }
A string value that specifies the minimum required version of the Java version (*.jar
file).
Default value is "".
If the user has older version installed, the browser downloads the *.jar
file from the URL provided by the JavaAppletJarFileName property automatically. See the Updating Image Uploader on the Client Side topic for more details.
The subversions should be separated only by dots (unlike ActiveX version). For example, 6.0.10.0
.