License key which allows evaluating, developing, or publishing Image Uploader according to the license key type (trial, development, or full).
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property LicenseKey As String
public string LicenseKey { get; set; }
A string value containing a valid license key.
If it is necessary to specify several license keys (e.g. if you use ActiveX + Java or purchased several licenses) just separate them with semicolons.
No extra characters are allowed between license keys.
Default value is "".
Image Uploader always works as a full version for localhost
domain (regardless to the license key).
This property corresponds to LicenseKey client-side property.
<cc1:ImageUploader ID="ImageUploader1" runat="server" height="400" width="600" LicenseKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY"> </cc1:ImageUploader>